Commit f0311785 authored by hongguangwu's avatar hongguangwu

MVP1.7.8-状态

parent 2cf64fd8
......@@ -93,10 +93,10 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
STATUS_MAP.put("01", "待银行处理");
STATUS_MAP.put("02", "处理成功");
STATUS_MAP.put("03", "处理失败");
STATUS_MAP.put("04", "收方行处理中");
STATUS_MAP.put("05", "收方行处理成功");
STATUS_MAP.put("06", "收方行处理失败");
STATUS_MAP.put("07", "收方行无法反馈");
STATUS_MAP.put("4", "收方行处理中");
STATUS_MAP.put("5", "收方行处理成功");
STATUS_MAP.put("6", "收方行处理失败");
STATUS_MAP.put("7", "收方行无法反馈");
}
//1、网关公钥
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment