fix(测试计划): 查看报告统计报错
This commit is contained in:
parent
247e432ae6
commit
c93dca07a1
|
@ -139,7 +139,7 @@
|
|||
SELECT MAX(system_id)
|
||||
FROM project
|
||||
</select>
|
||||
<select id="queryNameByIds" resultType="java.util.Map">
|
||||
<select id="queryNameByIds" resultType="io.metersphere.base.domain.Project">
|
||||
SELECT id, name
|
||||
FROM project
|
||||
WHERE id IN
|
||||
|
|
Loading…
Reference in New Issue