用户需求相关
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user