TRX пре 1 година
родитељ
комит
8330fb812a

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/service/payment/ExpenseFlowServiceImpl.java

@@ -312,7 +312,7 @@ public class ExpenseFlowServiceImpl extends SuperService implements ExpenseFlowS
             // 判断卡片是否可用
             if (cardInfo.getCardState() != CardState.Enable) {
                 entity.setVerifyParamIsSuccess(Boolean.FALSE);
-                entity.setVerifyParamMsg(String.format("卡片", cardInfo.getCardState().getRemark()));
+                entity.setVerifyParamMsg(String.format("卡片%s", cardInfo.getCardState().getRemark()));
                 return;
             }