拒单key修改
This commit is contained in:
parent
67b4f95237
commit
bfcbaa9cae
|
|
@ -1218,7 +1218,7 @@ public class OrderDetailController extends BaseController {
|
||||||
paramsNew.put("thing7", address.getName());
|
paramsNew.put("thing7", address.getName());
|
||||||
// 预约时间
|
// 预约时间
|
||||||
paramsNew.put("time5", com.ghy.common.utils.DateUtils.parseDateToStr("yyyy年MM月dd日 HH:mm", new Date()));
|
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) {
|
} catch (Exception e) {
|
||||||
logger.error(e.getMessage(), e);
|
logger.error(e.getMessage(), e);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue