Commit cdba5eb9 by hanghang.wang

完成状态中英文切换

parent d8b7a2c1
...@@ -1194,6 +1194,7 @@ public class OrderAdapter { ...@@ -1194,6 +1194,7 @@ public class OrderAdapter {
PayChannelType ebcode = PayChannelType.getByEbcode(ordersBean.getPayChannel()); PayChannelType ebcode = PayChannelType.getByEbcode(ordersBean.getPayChannel());
if (ebcode!=null) { if (ebcode!=null) {
responseVo.setOrderPayType(ebcode.getName()); responseVo.setOrderPayType(ebcode.getName());
responseVo.setOrderPayTypeDescEn(ebcode.getNameEn());
} }
else { else {
responseVo.setOrderPayType(PayChannelType.WECHAT.getName()); responseVo.setOrderPayType(PayChannelType.WECHAT.getName());
......
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