记得上下班打卡 | git大法好,push需谨慎

Commit d60730cf authored by 胡佳晨's avatar 胡佳晨

erp 去除 emoj

parent 1047bc57
...@@ -317,7 +317,7 @@ public class WdtServiceImpl implements IGoblinErpService { ...@@ -317,7 +317,7 @@ public class WdtServiceImpl implements IGoblinErpService {
tradeListParam.setReceiver_address("广渠路 创1985园区 3-12"); tradeListParam.setReceiver_address("广渠路 创1985园区 3-12");
tradeListParam.setReceiver_mobile("15901093014"); tradeListParam.setReceiver_mobile("15901093014");
} else { } else {
tradeListParam.setReceiver_name(orderVo.getOrderAttrVo().getExpressContacts()); tradeListParam.setReceiver_name(EmojiFilterUtil.filterEmoji(orderVo.getOrderAttrVo().getExpressContacts()));
String[] address = orderVo.getOrderAttrVo().getExpressAddress().split(" "); String[] address = orderVo.getOrderAttrVo().getExpressAddress().split(" ");
if (address.length > 0) { if (address.length > 0) {
tradeListParam.setReceiver_province(address[0]); tradeListParam.setReceiver_province(address[0]);
......
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