mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 04:28:51 +08:00
fix(项目设置): 修复通知跳转环境提示资源被删的缺陷
--bug=1026595 --user=王孝刚 【系统通知】点击默认mock环境变更系统通知环境名称-提示资源不存在 https://www.tapd.cn/55049933/s/1377074
This commit is contained in:
parent
a8f94dd2a3
commit
378d70faa6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user