fix(测试计划): 查看报告统计报错

This commit is contained in:
shiziyuan9527 2022-03-21 15:06:21 +08:00 committed by shiziyuan9527
parent 247e432ae6
commit c93dca07a1
1 changed files with 1 additions and 1 deletions

View File

@ -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