fix 自助申请后 自动变为合同制作成功

master
luoyang 5 years ago
parent dec14cdb27
commit 0ad99dd1ad

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

@ -353,7 +353,6 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
sysClient.put("source", 4); sysClient.put("source", 4);
sysClient.put("org_id", 1); sysClient.put("org_id", 1);
sysClient.put("approve_result", 2); sysClient.put("approve_result", 2);
sysClient.put("open_status", null);
sysClient.put("approve_time", new Date()); sysClient.put("approve_time", new Date());
sysClient.put("creator", 0); sysClient.put("creator", 0);
sysClient.put("business_name", apply.getString("short_name")); sysClient.put("business_name", apply.getString("short_name"));
@ -456,7 +455,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
configNewClientRate(sysRate, clientId, "jd", "JDpay"); configNewClientRate(sysRate, clientId, "jd", "JDpay");
Runnable task2 = () -> { Runnable task2 = () -> {
try { try {
clientManager.getNewAggregateAgreeFile(clientMoniker, null, false); clientManager.getNewAggregateAgreeFile(clientMoniker, null, true);
} catch (Exception ignore) { } catch (Exception ignore) {
} }
}; };

Loading…
Cancel
Save