修复社保调差bug
This commit is contained in:
parent
95b9f5452a
commit
7ef229dfde
|
|
@ -470,7 +470,7 @@ public class SICompensationServiceImpl extends Service implements SICompensation
|
|||
//记录操作日志
|
||||
InsuranceAccountBatchPO targetPO = getInsuranceAccountBatchMapper().getByBillMonth(insuranceAccountDetailPO.getBillMonth(), insuranceAccountDetailPO.getPaymentOrganization());
|
||||
TaxAgentPO taxAgentInfo = getTaxAgentMapper().getById(insuranceAccountDetailPO.getPaymentOrganization());
|
||||
DataCollectionEmployee empInfo = getEmployMapper().getEmployeeById(insuranceAccountDetailPO.getEmployeeId());
|
||||
DataCollectionEmployee empInfo = getSalaryEmployeeService(user).getEmployeeById(insuranceAccountDetailPO.getEmployeeId());
|
||||
LoggerContext<InsuranceCompensationPO> loggerContext = new LoggerContext();
|
||||
loggerContext.setUser(user);
|
||||
loggerContext.setTargetId(String.valueOf(targetPO.getId()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue