Commit 6f1b7bca authored by hongguangwu's avatar hongguangwu

事务

parent 1fbda067
...@@ -1234,6 +1234,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -1234,6 +1234,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
if (Common.isEmpty(excelVOList.get(i).getEmpPhone())) { if (Common.isEmpty(excelVOList.get(i).getEmpPhone())) {
phoneList.add(excelVOList.get(i).getEmpPhone()); phoneList.add(excelVOList.get(i).getEmpPhone());
} }
if (Common.isEmpty(excelVOList.get(i).getEmpName())) {
errorMsgMap.put(lineNum, new ErrorMessage("员工姓名必填"));
}
} }
// 查找档案库 // 查找档案库
Map<String, TEmployeeInfo> existEmpMap = new HashMap<>(); Map<String, TEmployeeInfo> existEmpMap = new HashMap<>();
......
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