|
@@ -26,7 +26,7 @@ public class FileManageReformEmpPosListPluginEx extends HRDataBaseList implement
|
|
|
DynamicObject org = e.getRowData();
|
|
|
if("company.name".equals(e.getColKey())) {
|
|
|
Long orgId = org.getLong("adminorg.id");
|
|
|
- Date date = new Date();
|
|
|
+ Date date = org.getDate("startdate");
|
|
|
String orgLongName = OrgBatchBillHelper.getOrgLongName(orgId, date, null);
|
|
|
org.set("description", orgLongName.replace("集团_", ""));
|
|
|
}
|