修复社保批量核算

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()
.billMonth(accountBatParam.getBillMonth())
.paymentOrganization(paymentOrganization)
.flag(true)
.remarks(accountBatParam.getRemarks())
.build();
save(param);