Commit cf925527 authored by shangtx's avatar shangtx

Merge branch 'dev' into 'master'

fix: 小程序消息bug修改XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

See merge request !15
parents 964624da c5909908
......@@ -82,7 +82,7 @@ public class MiniAppMessageService {
new WxMaSubscribeMessage.MsgData("thing7", order.getServiceName()),
new WxMaSubscribeMessage.MsgData("thing11", valuatorUser.getUserName()),
new WxMaSubscribeMessage.MsgData("phone_number16", valuatorUser.getPhone()),
new WxMaSubscribeMessage.MsgData("thing5", StringUtils.defaultString(remark, "-")));
new WxMaSubscribeMessage.MsgData("thing5", StringUtils.isEmpty(remark)? "-" : remark));
sendSubscribeMsg(valuatorTmp, user.getOpenId(), data);
}
......
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