Commit 1494fb28 by huluobin

美甲师修改预约不要推送消息

parent 2f1aa5ed
......@@ -936,7 +936,9 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
scheduleManage.addScheduleServeList(scheduleServeList);
this.createOrder(scheduleManage);
technicianPushService.updateScheduledMsg(scheduleManage.getId());
if (SessionUtils.getSourceFrom().equals("customer")) {
technicianPushService.updateScheduledMsg(scheduleManage.getId());
}
}
@Override
......
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