浏览代码

整改清单对外接口

zhuang 11 月之前
父节点
当前提交
4f2f3dd1b0

+ 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());