|
|
@ -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) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|