Commit 09c50cb5 authored by 廖旭伟's avatar 廖旭伟

测试bug修改

parent 7f03ec98
...@@ -440,10 +440,10 @@ public class StaffServiceImpl extends AbstractCRUDCacheServiceImpl<StaffDao, Sta ...@@ -440,10 +440,10 @@ public class StaffServiceImpl extends AbstractCRUDCacheServiceImpl<StaffDao, Sta
if (temp == null) { if (temp == null) {
throw new AppException("人员信息ID不正确"); throw new AppException("人员信息ID不正确");
} }
CheckTypeEnum checkTypeEnum = CheckTypeEnum.getByValue(pdu.getType()); // CheckTypeEnum checkTypeEnum = CheckTypeEnum.getByValue(pdu.getType());
if (checkTypeEnum == null) { // if (checkTypeEnum == null) {
throw new AppException("考核类型不正确"); // throw new AppException("考核类型不正确");
} // }
StaffEntity update = new StaffEntity(); StaffEntity update = new StaffEntity();
update.setId(pdu.getStaffId()); update.setId(pdu.getStaffId());
//1.考勤绩效,2.评价绩效,3.办件绩效,4.效能绩效,5.其它绩效,6.投诉绩效 //1.考勤绩效,2.评价绩效,3.办件绩效,4.效能绩效,5.其它绩效,6.投诉绩效
......
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