fix(系统设置): 修复系统设置编辑项目设置选择接口模版不生效的缺陷 (#18252)

--bug=1017287 --user=王孝刚 【系统设置】工作空间-项目管理-编辑修改项目的接口模版不生效
https://www.tapd.cn/55049933/s/1251989

Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
MeterSphere Bot 2022-09-26 15:58:21 +08:00 committed by GitHub
parent 3744bd1ebb
commit 8452d2c486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 13 deletions

View File

@ -50,7 +50,8 @@
user.name AS createUserName, user.name AS createUserName,
p.platform, p.platform,
p.third_part_template, p.third_part_template,
p.issue_config p.issue_config,
p.api_template_id
FROM project p FROM project p
JOIN workspace w ON p.workspace_id = w.id JOIN workspace w ON p.workspace_id = w.id
LEFT JOIN user ON user.id = p.create_user LEFT JOIN user ON user.id = p.create_user