From 0ad99dd1ad130a79f549ec9f0600d3ea036aa71a Mon Sep 17 00:00:00 2001 From: luoyang Date: Mon, 16 Sep 2019 18:10:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=87=AA=E5=8A=A9=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=90=8E=20=E8=87=AA=E5=8A=A8=E5=8F=98=E4=B8=BA=E5=90=88?= =?UTF-8?q?=E5=90=8C=E5=88=B6=E4=BD=9C=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../application/core/impls/SimpleClientApplyServiceImpl.java | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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) { } };