福利核算
This commit is contained in:
parent
2275f53861
commit
cd7684120b
|
|
@ -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<AccountParam, String>(user).run(getService(user)::save, reqParam);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue