|
|
@@ -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;
|
|
|
}
|
|
|
|