Commit 01844ec2 authored by hongguangwu's avatar hongguangwu

1.7.19-离职相关

parent f66ea281
......@@ -1518,6 +1518,8 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
for (EmployeeRegistrationLeave leave : leaveList) {
// 判断了不等于 空、无需处理、完成,再去查合同
if (judgeToQueryContract(isExit, doType, nowTime, leave) ) {
contractId = "";
contractIdEnd = "";
paramVo = new BaseSearchVO();
paramVo.setEmpIdCard(leave.getEmpIdcard());
paramVo.setDeptNo(leave.getDeptNo());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment