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