|
|
|
@ -353,7 +353,6 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
sysClient.put("source", 4);
|
|
|
|
|
sysClient.put("org_id", 1);
|
|
|
|
|
sysClient.put("approve_result", 2);
|
|
|
|
|
sysClient.put("open_status", null);
|
|
|
|
|
sysClient.put("approve_time", new Date());
|
|
|
|
|
sysClient.put("creator", 0);
|
|
|
|
|
sysClient.put("business_name", apply.getString("short_name"));
|
|
|
|
@ -456,7 +455,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) {
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|