fix 自助进件后 自动变成合同制作完成状态

master
luoyang 5 years ago
parent 0461e9277e
commit 70927ba6ec

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

@ -456,7 +456,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