Commit 32a67e75 authored by hongguangwu's avatar hongguangwu

1.7.21-优化

parent 038d1c3c
...@@ -1183,6 +1183,9 @@ public class TSalaryEmployeeServiceImpl extends ServiceImpl<TSalaryEmployeeMappe ...@@ -1183,6 +1183,9 @@ public class TSalaryEmployeeServiceImpl extends ServiceImpl<TSalaryEmployeeMappe
} }
} }
if (idCardList.isEmpty()) {
return R.failed("请填写身份证号!");
}
List<TSalaryEmployee> empList = baseMapper.getListByIdCard(idCardList); List<TSalaryEmployee> empList = baseMapper.getListByIdCard(idCardList);
// 人员Map // 人员Map
Map<String, TSalaryEmployee> empMap = new HashMap<>(); Map<String, TSalaryEmployee> empMap = 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