@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>1.2.11</version>
<version>1.2.12</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -456,7 +456,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
configNewClientRate(sysRate, clientId, "jd", "JDpay");
Runnable task2 = () -> {
try {
clientManager.getNewAggregateAgreeFile(clientMoniker, null, false);
clientManager.getNewAggregateAgreeFile(clientMoniker, null, true);
} catch (Exception ignore) {
}
};