Commit 1b90ac8a authored by huyuchen's avatar huyuchen

假勤信息优化修改

parent e2aa6207
......@@ -177,6 +177,7 @@ public class TBusLeaveController {
if (null != map.get(tBusLeave.getTeleNo()) &&
tBusLeave.getName().equals(map.get(tBusLeave.getTeleNo()))) {
errorList.add(new ErrorMessage(i, "'" + tBusLeave.getTeleNo() + "'工号员工已离职,请核实无误后再操作!"));
continue;
} else {
map.put(tBusLeave.getTeleNo(), tBusLeave.getName());
}
......
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