소스 검색

整改清单对外接口

zhuang 11 달 전
부모
커밋
4f2f3dd1b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxApiServiceImpl.java

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxApiServiceImpl.java

@@ -381,7 +381,7 @@ public class ZhcxApiServiceImpl implements ZhcxApiService {
                 Wrappers.<ZhcxProjectManageDo>lambdaQuery()
                         .eq(ZhcxProjectManageDo::getProjectCode, map.get("projectcode"))
                         .eq(ZhcxProjectManageDo::getDeleted, "0"));
-        List<RectifyApiDataDto> rectifyDtoList;
+        List<RectifyApiDataDto> rectifyDtoList = new ArrayList<>();
         map.clear();
         if (projectManageDo != null) {
             map.put("projectId", projectManageDo.getId());