Commit 3203076c authored by huyuchen's avatar huyuchen

花名册修改

parent ebdaa694
...@@ -6122,7 +6122,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -6122,7 +6122,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
//第三列 //第三列
list.add( Lists.newArrayList("职工编码","职工编码")); list.add( Lists.newArrayList("职工编码","职工编码"));
//第四列 //第四列
list.add( Lists.newArrayList("社会保障号码(身份证号码)","社会保障号码(身份证号码)")); list.add( Lists.newArrayList("社会保障号码 (身份证号码)","社会保障号码 (身份证号码)"));
//第五列 //第五列
list.add( Lists.newArrayList("性别","性别")); list.add( Lists.newArrayList("性别","性别"));
//第六列 //第六列
...@@ -6242,7 +6242,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -6242,7 +6242,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
//第三列 //第三列
list.add( Lists.newArrayList("姓名","姓名")); list.add( Lists.newArrayList("姓名","姓名"));
//第四列 //第四列
list.add( Lists.newArrayList("社会保障号码(身份证号码)","社会保障号码(身份证号码)")); list.add( Lists.newArrayList("社会保障号码 (身份证号码)","社会保障号码 (身份证号码)"));
//第五列 //第五列
list.add( Lists.newArrayList("停止缴费时间","停止缴费时间")); list.add( Lists.newArrayList("停止缴费时间","停止缴费时间"));
//减少原因 //减少原因
......
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