用户需求相关

This commit is contained in:
2025-04-02 09:03:34 +08:00
parent c00e5776e8
commit 1e46e7bea0
30 changed files with 770 additions and 305 deletions

View File

@ -224,11 +224,11 @@
</select>
<select id="selectPrdByName" resultType="com.sa.zentao.dao.ZtProjectDTO">
SELECT * from zt_project WHERE `name` = #{name} and type = 'sprint'
SELECT p.id,p.project from zt_project p WHERE p.`name` = #{name} and p.type = 'sprint'
</select>
<select id="selectPrdById" resultType="com.sa.zentao.dao.ZtProjectDTO">
SELECT * from zt_project WHERE id = #{id} and type = 'sprint'
SELECT id,`name` from zt_project WHERE id = #{id} and type = 'sprint'
</select>
<select id="performanceCount" resultType="com.sa.zentao.dao.PerformanceDTO">
SELECT