|
@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="yesOrNoShow != null and yesOrNoShow != ''"> and yes_or_no_show = #{yesOrNoShow}</if>
|
|
|
<if test="objectOfHandling != null and objectOfHandling != ''"> and object_of_handling like concat('%',#{objectOfHandling},'%')</if>
|
|
|
</where>
|
|
|
+ order by create_time DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTopicTypeById" parameterType="Long" resultMap="TopicTypeResult">
|