|
public void sendTrainingPlanCancelNotify(Map<String, List<String>> planAndUserIdMap) {
|
|
public void sendTrainingPlanCancelNotify(Map<String, List<String>> planAndUserIdMap) {
|
|
planAndUserIdMap.forEach((k, v) -> {
|
|
planAndUserIdMap.forEach((k, v) -> {
|
|
CXCommonUtils.sendNotify(CANCEL_TRAIN_TITLE, String.format(CANCEL_TRAIN_CONTENT, k), "",
|
|
CXCommonUtils.sendNotify(CANCEL_TRAIN_TITLE, String.format(CANCEL_TRAIN_CONTENT, k), "",
|