修复社保批量核算
This commit is contained in:
parent
9e6ab0c155
commit
e9e3483c8b
|
|
@ -6809,6 +6809,7 @@ public class SIAccountServiceImpl extends Service implements SIAccountService {
|
|||
AccountParam param = AccountParam.builder()
|
||||
.billMonth(accountBatParam.getBillMonth())
|
||||
.paymentOrganization(paymentOrganization)
|
||||
.flag(true)
|
||||
.remarks(accountBatParam.getRemarks())
|
||||
.build();
|
||||
save(param);
|
||||
|
|
|
|||
Loading…
Reference in New Issue