发放时间 改为 工资单发放时间
This commit is contained in:
parent
33bbb18f7d
commit
3099fb2eb1
|
|
@ -636,7 +636,7 @@ public class SalarySendWrapper extends Service implements SalarySendWrapperProxy
|
|||
list.add(new WeaTableColumn("20%", "个税扣缴义务人", "taxAgent"));
|
||||
list.add(new WeaTableColumn("20%", "姓名", "userName"));
|
||||
list.add(new WeaTableColumn("20%", "直接上级", "managerName"));
|
||||
list.add(new WeaTableColumn("20%", "发放时间", "sendTime"));
|
||||
list.add(new WeaTableColumn("20%", "工资单发放时间", "sendTime"));
|
||||
return list;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue