diff --git a/pom.xml b/pom.xml index 29a583164..20bfe4fb2 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 manage - 1.2.11 + 1.2.12 UTF-8 diff --git a/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java index 52bf28032..402837155 100644 --- a/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java @@ -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) { } };