Explorar el Código

feature 代码提交

xiahan hace 1 año
padre
commit
3e7dd7e4b2

+ 1 - 1
rw-training/training-server/src/main/java/com/rongwei/training/controller/PlanController.java

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