fix notify bd

master
luoyang 5 years ago
parent a98f780993
commit 4d544fcda5

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>1.1.32</version> <version>1.1.33</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

@ -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 {

Loading…
Cancel
Save