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