Commit fa6386a6 by huluobin

update

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