@@ -85,6 +85,9 @@
<if test="isMain != null and isMain != ''">
and isMain = #{isMain, jdbcType=INTEGER}
</if>
+ <if test="specialId != null and specialId != ''">
+ and specialId = #{specialId, jdbcType=BIGINT}
+ </if>
ORDER BY createTime desc
</select>
</mapper>