From c0944f4bd30ca12b0bbc52845a0a4d8dfc565955 Mon Sep 17 00:00:00 2001 From: luoyang Date: Thu, 26 Mar 2020 14:26:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BC=98=E5=8C=96=E5=95=86=E6=88=B7?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=A2=9E=E5=80=BC=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../manage/rservices/core/impl/RServicesApplyServiceImpl.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf87b9d42..b3a8695e7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 manage - 1.4.16 + 1.4.17 UTF-8 1.8.0 diff --git a/src/main/java/au/com/royalpay/payment/manage/rservices/core/impl/RServicesApplyServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/rservices/core/impl/RServicesApplyServiceImpl.java index a1f50a21c..eaff387e0 100644 --- a/src/main/java/au/com/royalpay/payment/manage/rservices/core/impl/RServicesApplyServiceImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/rservices/core/impl/RServicesApplyServiceImpl.java @@ -100,6 +100,7 @@ public class RServicesApplyServiceImpl implements RServicesApplyService { serviceInfo.put("incremental_mode", 2); serviceInfo.put("incremental_rate_value", 0); } + serviceInfo.put("title", applyInfo.getString("title")); if (clientServices == null) { serviceInfo.put("incremental_id", UUID.randomUUID().toString()); serviceInfo.put("client_id", applyInfo.getIntValue("client_id"));