拒单key修改

This commit is contained in:
cb 2025-04-11 09:11:08 +08:00
parent 67b4f95237
commit bfcbaa9cae
1 changed files with 1 additions and 1 deletions

View File

@ -1218,7 +1218,7 @@ public class OrderDetailController extends BaseController {
paramsNew.put("thing7", address.getName());
// 预约时间
paramsNew.put("time5", com.ghy.common.utils.DateUtils.parseDateToStr("yyyy年MM月dd日 HH:mm", new Date()));
WechatMsgUtils.sendWeChatMsg(WechatMsgUtils.getToken(), worker.getWxOpenId(), WxMsgEnum.NORMAL_ORDER, paramsNew);
WechatMsgUtils.sendWeChatMsg(WechatMsgUtils.getToken(), worker.getWxOpenId(), WxMsgEnum.REJECT_ORDER, paramsNew);
} catch (Exception e) {
logger.error(e.getMessage(), e);