refactor: 修改sql

This commit is contained in:
shiziyuan9527 2020-07-20 13:50:12 +08:00
parent 2860b91508
commit ca11d787c7
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
<select id="getLoadTestByProjectId" resultType="io.metersphere.base.domain.LoadTest">
select id,name
from load_test
where project_id = #{projectId};
where project_id = #{projectId}
</select>
</mapper>