linhw 2024-06-11 15:55:38 +08:00
parent 1d3b22d104
commit f31ab471eb
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="parentId != null "> and parent_id = #{parentId}</if>
<if test="type != null "> and type = #{type}</if>
</where>
order by create_time
</select>
<select id="selectByIdsList" resultMap="AppTopicResult">