@@ -376,7 +376,7 @@ public class PlanController {
/**
* 发送提醒通知
*/
- sendNotifyService.sendTrainingPlanNotify(planAndUserIdMap);
+// sendNotifyService.sendTrainingPlanNotify(planAndUserIdMap);
return R.ok();
}