Parcourir la source

优化员工详情页

Your Name il y a 2 ans
Parent
commit
f191198210

+ 1 - 1
service-acct/src/main/java/com/java110/acct/smo/impl/QrCodeBbgPaymentAdapt.java

@@ -96,7 +96,7 @@ public class QrCodeBbgPaymentAdapt implements IQrCodePaymentSMO {
         if ("SUCCESS".equals(paramOut.getString("deal_status"))) {
             return new ResultVo(ResultVo.CODE_OK, "成功");
         } else {
-            return new ResultVo(ResultVo.CODE_ERROR, resMap.get("等待用户支付中"));
+            return new ResultVo(ResultVo.CODE_ERROR, "等待用户支付中");
         }
     }