Commit 716cbcfd authored by huyuchen's avatar huyuchen

优化修改

parent 0633d70a
...@@ -823,6 +823,9 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -823,6 +823,9 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
if (excel.getEducationName().equals("硕士")) { if (excel.getEducationName().equals("硕士")) {
vo.setHighEducation("7"); vo.setHighEducation("7");
} }
if (excel.getEducationName().equals("博士")) {
vo.setHighEducation("8");
}
if (excel.getEducationName().equals("技工")) { if (excel.getEducationName().equals("技工")) {
vo.setHighEducation("9"); vo.setHighEducation("9");
} }
...@@ -832,6 +835,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -832,6 +835,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
if (excel.getEducationName().equals("中专")) { if (excel.getEducationName().equals("中专")) {
vo.setHighEducation("11"); vo.setHighEducation("11");
} }
} }
} }
} }
......
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