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(),