@@ -219,7 +219,7 @@ public class TrainingSendNotifyServiceImpl implements TrainingSendNotifyService
public void sendTrainingPlanCancelNotify(Map<String, List<String>> planAndUserIdMap) {
planAndUserIdMap.forEach((k, v) -> {
CXCommonUtils.sendNotify(CANCEL_TRAIN_TITLE, String.format(CANCEL_TRAIN_CONTENT, k), "",
- v, null, TRAINING);
+ v, null, COURSE);
});
}