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="parentId != null "> and parent_id = #{parentId}</if>
|
||||||
<if test="type != null "> and type = #{type}</if>
|
<if test="type != null "> and type = #{type}</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by create_time
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByIdsList" resultMap="AppTopicResult">
|
<select id="selectByIdsList" resultMap="AppTopicResult">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue