修复社保批量核算

This commit is contained in:
钱涛 2025-06-04 15:05:44 +08:00
parent f224916aac
commit 1ae436e91a
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);