薪酬系统-福利台账,导入数据刷新统计数据优化
This commit is contained in:
parent
e2a4a7157b
commit
aa7a3ced01
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue