main
parent
1d3b22d104
commit
f31ab471eb
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue