|
|
@ -2887,6 +2887,8 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
file.put("file_value", sourceFile);
|
|
|
|
file.put("file_value", sourceFile);
|
|
|
|
file.put("client_id", client.getIntValue("client_id"));
|
|
|
|
file.put("client_id", client.getIntValue("client_id"));
|
|
|
|
file.put("last_update_date", now);
|
|
|
|
file.put("last_update_date", now);
|
|
|
|
|
|
|
|
file.put("status", 1);
|
|
|
|
|
|
|
|
file.put("is_valid", 1);
|
|
|
|
if (manager == null) {
|
|
|
|
if (manager == null) {
|
|
|
|
file.put("last_update_by", "System Import");
|
|
|
|
file.put("last_update_by", "System Import");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|