|
@@ -1183,7 +1183,7 @@ public class ZysqbpController extends BaseController {
|
|
|
|
|
|
public BusinessContext save(ZysqbpEntity vo) {
|
|
|
BusinessContext bc = createBusinessContext();
|
|
|
- vo = zysqbpService.kgwgSave(vo);
|
|
|
+ vo = zysqbpService.saveKgwg(vo);
|
|
|
bc.setResult(vo);
|
|
|
bc.addMsg("save.success", "common", MsgLevel.INFO);
|
|
|
return bc;
|