发布等
This commit is contained in:
@ -220,5 +220,10 @@
|
||||
</if>
|
||||
|
||||
</select>
|
||||
<select id="selectPrdByName" resultType="com.sa.zentao.dao.ZtProjectDTO">
|
||||
|
||||
SELECT * from zt_project WHERE `name` = #{name} and type = 'sprint'
|
||||
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user