Commit 921bb4ea authored by wangzb's avatar wangzb

feature-wzb :公积金表格修改

parent b99f5671
...@@ -6805,7 +6805,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -6805,7 +6805,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
//第六列 //第六列
list.add(Lists.newArrayList("本月汇款", "人数", "")); list.add(Lists.newArrayList("本月汇款", "人数", ""));
//第七列 //第七列
list.add(Lists.newArrayList("本月汇款", "金额", "")); list.add(Lists.newArrayList("本月汇款", "金额", " "));
return list; return list;
} }
......
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