Commit 698d519f authored by huyuchen's avatar huyuchen

优化修改

parent 1b6a1a82
......@@ -796,7 +796,10 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
vo.setMobile(excel.getEmpMobile());
vo.setEmpIdCard(socialFund.getEmpIdcard());
if (Common.isNotNull(excel.getEducationName())) {
DispatchEmpVo emp = empVoMap.get(excel.getEmpIdcard());
DispatchEmpVo emp = null;
if (Common.isNotNull(empVoMap)) {
emp = empVoMap.get(excel.getEmpIdcard());
}
if(Common.isNotNull(emp)) {
if (Common.isEmpty(emp.getHignEducation())) {
if (excel.getEducationName().equals("文盲")) {
......
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