修复社保批量核算

This commit is contained in:
钱涛 2025-06-04 15:05:44 +08:00
parent 9e6ab0c155
commit e9e3483c8b
1 changed files with 1 additions and 0 deletions

View File

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