Commit c5909908 authored by shangtx's avatar shangtx

fix: 小程序消息bug修改XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

parent 4b14f62a
......@@ -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