发布等

This commit is contained in:
2025-01-08 09:04:13 +08:00
parent fdef054baf
commit 75a119a130
113 changed files with 5911 additions and 400 deletions

View File

@ -9,5 +9,10 @@
<result column="verify" property="verify" />
<result column="files" property="files" />
</resultMap>
<select id="getPrdById" resultType="com.sa.zentao.entity.ZtStoryspec">
SELECT * from zt_storyspec WHERE story = #{id} ORDER BY version desc limit 1
</select>
</mapper>