fix(接口测试): 修复跨项目引用场景,查看不到引用信息问题
--bug=1012803 --user=赵勇 [接口测试]github #13039跨項目應用場景,在被引用場景裡查看場景引用,顯示空 https://www.tapd.cn/55049933/s/1148958
This commit is contained in:
parent
946720a680
commit
a9f51fb477
|
@ -363,9 +363,6 @@
|
|||
<if test="request.workspaceId != null">
|
||||
AND project.workspace_id = #{request.workspaceId}
|
||||
</if>
|
||||
<if test="request.projectId != null">
|
||||
AND project_id = #{request.projectId}
|
||||
</if>
|
||||
<if test="request.moduleId != null">
|
||||
AND api_scenario_module_id = #{request.moduleId}
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue