福利核算

This commit is contained in:
钱涛 2022-07-19 11:36:19 +08:00
parent 2275f53861
commit cd7684120b
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}