薪酬系统-福利台账,调差保存时判断调差到对象是否为统计范围内福利项
This commit is contained in:
parent
2afa94e3a4
commit
05507180eb
|
|
@ -345,6 +345,11 @@ public class SICompensationServiceImpl extends Service implements SICompensation
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!param.getCategoryType().contains(param.getAdjustTo().toString())) {
|
||||
errorList.add(usernameMap.get(param.getEmployeeId()) + "-调差失败:调差到的福利未正确设置!");
|
||||
continue;
|
||||
}
|
||||
|
||||
//判断是否已有调差数据(个税扣缴义务人+账单月份+人员id)
|
||||
// InsuranceCompensationPO nowCompensation = getInsuranceCompensationMapper().getOneByBillMonthPayOrgEmpId(InsuranceCompensationPO.builder()
|
||||
// .billMonth(insuranceAccountDetailPO.getBillMonth())
|
||||
|
|
|
|||
Loading…
Reference in New Issue