fix(项目设置): 修复通知跳转环境提示资源被删的缺陷

--bug=1026595 --user=王孝刚 【系统通知】点击默认mock环境变更系统通知环境名称-提示资源不存在
https://www.tapd.cn/55049933/s/1377074
This commit is contained in:
wxg0103 2023-05-30 16:19:53 +08:00 committed by fit2-zhao
parent a8f94dd2a3
commit 378d70faa6

View File

@ -259,6 +259,10 @@
UNION
SELECT project_id
FROM load_test_report
WHERE id = #{resourceId}
UNION
SELECT project_id
FROM api_test_environment
WHERE id = #{resourceId})
LIMIT 1
</select>