提交 60878a53 编写于 作者: S shiziyuan9527 提交者: BugKing

fix(场景自动化): 环境检查

上级 d5584dd8
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册