@@ -530,7 +530,7 @@ public class TMonitoringRetrievalPlanServiceImpl extends ServiceImpl<TMonitoring
//仅当hashKey不存在时才设置
Boolean hasKey = RedisUtils.hasKey(redisKey);
if (hasKey) {
- throw new ServiceException("该计划正在生成任务,现在不能被"+msg+",请稍后再试。");
+ throw new ServiceException("该任务正在生成中,现在不能被"+msg+",请稍后再试。");
}
@@ -787,7 +787,7 @@ public class CoreDrillPlanServiceImpl extends ServiceImpl<CoreDrillPlanMapper, C
String redisKey="Drill_Creating_Task" + planId;
@@ -627,7 +627,7 @@ public class CoreEduTrainingPlanServiceImpl extends ServiceImpl<CoreEduTrainingP
String redisKey="Edu_Creating_Task" + planId;
@@ -374,7 +374,7 @@ public class AppPlanServiceImpl extends ServiceImpl<AppPlanMapper, AppPlan> impl
String redisKey="Resumption_Creating_Task" + planId;
@@ -395,7 +395,7 @@ public class CoreSafecheckPlanServiceImpl extends ServiceImpl<CoreSafecheckPlanM
String redisKey="SafeCheck_Creating_Task" + planId;
@Override