fix(接口测试): 修复全选生成依赖关系报错的缺陷

--bug=1025899 --user=王孝刚 【接口测试】接口定义,选择99个接口生成依赖关系,页面没有反应,接口有报错
https://www.tapd.cn/55049933/s/1368264
This commit is contained in:
wxg0103 2023-05-04 13:44:02 +08:00 committed by jianxing
parent a596bed843
commit 665297afa1
3 changed files with 3 additions and 4 deletions

View File

@ -12,5 +12,5 @@ public class GraphBatchRequest {
private String name;
private List<OrderRequest> orders;
private String projectId;
private BaseQueryRequest condition;
private QueryTestCaseRequest condition;
}

View File

@ -1,6 +1,5 @@
package io.metersphere.remote.dto;
package io.metersphere.request;
import io.metersphere.request.BaseQueryRequest;
import lombok.Getter;
import lombok.Setter;

View File

@ -3,7 +3,7 @@ package io.metersphere.remote.service;
import io.metersphere.base.domain.TestCase;
import io.metersphere.commons.constants.MicroServiceName;
import io.metersphere.commons.utils.LogUtil;
import io.metersphere.remote.dto.QueryTestCaseRequest;
import io.metersphere.request.QueryTestCaseRequest;
import io.metersphere.service.MicroService;
import jakarta.annotation.Resource;
import org.apache.commons.collections.CollectionUtils;