fix(场景自动化): 环境检查
This commit is contained in:
parent
84d3f577f7
commit
1c1ec0e851
|
@ -1013,6 +1013,7 @@ public class ApiAutomationService {
|
|||
isEnv = false;
|
||||
} else {
|
||||
Set<String> projectIds = apiScenarioEnv.getProjectIds();
|
||||
projectIds.remove(null);
|
||||
if (CollectionUtils.isNotEmpty(envMap.keySet())) {
|
||||
for (String id : projectIds) {
|
||||
Project project = projectMapper.selectByPrimaryKey(id);
|
||||
|
|
Loading…
Reference in New Issue