diff --git a/src/com/engine/salary/web/SIAccountController.java b/src/com/engine/salary/web/SIAccountController.java index b28ed3196..f66d15149 100644 --- a/src/com/engine/salary/web/SIAccountController.java +++ b/src/com/engine/salary/web/SIAccountController.java @@ -176,6 +176,7 @@ public class SIAccountController { AccountParam reqParam = new AccountParam(); reqParam.setBillMonth(param.getBillMonth()); reqParam.setFlag(false); + reqParam.setPaymentOrganization(param.getPaymentOrganization()); return new ResponseResult(user).run(getService(user)::save, reqParam); } }