薪酬系统-福利台账,导入数据刷新统计数据优化

This commit is contained in:
sy 2022-11-21 16:53:00 +08:00
parent e2a4a7157b
commit aa7a3ced01
1 changed files with 3 additions and 3 deletions

View File

@ -1293,9 +1293,9 @@ public class SIAccountServiceImpl extends Service implements SIAccountService {
batchPO.setFundNum(viewListDTO.getFundNum());
batchPO.setOtherNum(viewListDTO.getOtherNum());
batchPO.setSocialPay(viewListDTO.getSocialPaySum());
batchPO.setFundPay(viewListDTO.getFundPaySum());
batchPO.setOtherPay(viewListDTO.getOtherPaySum());
batchPO.setSocialPay(viewListDTO.getSocialPaySum().replace(",", ""));
batchPO.setFundPay(viewListDTO.getFundPaySum().replace(",", ""));
batchPO.setOtherPay(viewListDTO.getOtherPaySum().replace(",", ""));
batchPO.setUpdateTime(new Date());
batchPO = SiAccountEncrypt.encryptInsuranceAccountBatch(batchPO);