소스 검색

仓库报表

3254194295 3 년 전
부모
커밋
254ce1dfa0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      platform-service/src/main/java/com/platform/service/check/impl/CheckStandardServiceImpl.java

+ 2 - 0
platform-service/src/main/java/com/platform/service/check/impl/CheckStandardServiceImpl.java

@@ -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("保养标准已经删除,该任务无需执行,请删除该任务");
         }