@@ -289,6 +289,8 @@ public class CheckStandardServiceImpl extends BaseServiceImpl<CheckStandardMappe
List<CheckStandardParam> paramList = paramMapper.selectByExample(weekend);
checkStandard.setParamList(paramList);*/
+
if(checkStandard == null){
throw new BusinessException("保养标准已经删除,该任务无需执行,请删除该任务");
}