Commit fa6386a6 by huluobin

update

parent 90e1b708
......@@ -211,7 +211,6 @@ public class Schedule {
pushMsgService.sendScheduleMsg(customer.getOpenid1(), scheduleServeList.get(0).getServeName(), scheduleManage.getArriveTime(), storeManage.getName(), storeManage.getAddress());
/*美甲师超时预约提醒*/
technicianPushService.ScheduledOverTimeMsg(scheduleManage.getId());
scheduleManage.setIsSend(1);
scheduleManageMapper.updateById(scheduleManage);
......@@ -254,6 +253,7 @@ public class Schedule {
if (customer != null) {
try {
pushMsgService.sendOverScheduleMsg(customer.getOpenid1(), scheduleServeList.get(0).getServeName(), scheduleManage.getArriveTime(), storeManage.getName(), storeManage.getAddress());
technicianPushService.ScheduledOverTimeMsg(scheduleManage.getId());
} catch (Exception e) {
e.printStackTrace();
}
......
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