From 851b0281e67555d263e1effb2231382cc28b5b38 Mon Sep 17 00:00:00 2001 From: liujiaji Date: Tue, 14 Aug 2018 16:55:57 +0800 Subject: [PATCH] =?UTF-8?q?bug=20=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../start/service/impl/BusinessApplyStartServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/service/impl/BusinessApplyStartServiceImpl.java b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/service/impl/BusinessApplyStartServiceImpl.java index f01c9782b..c0ebfa16a 100644 --- a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/service/impl/BusinessApplyStartServiceImpl.java +++ b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/service/impl/BusinessApplyStartServiceImpl.java @@ -110,7 +110,7 @@ public class BusinessApplyStartServiceImpl implements BusinessApplyStartService } else if (sReturnInfo.startsWith("failed")) { ReturnMapUtil.setReturnMap(null, RestfullConstant.baseProperty.get("FAIL").toString(), - "·¢Æðʧ°Ü"); + sReturnInfo.split("@")[1]); } else { ReturnMapUtil.setReturnMap(null, RestfullConstant.baseProperty.get("FAIL").toString(),