123
This commit is contained in:
@@ -28,6 +28,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="bo.homeIndex != null">
|
||||
and t1.home_index = #{bo.homeIndex}
|
||||
</if>
|
||||
<if test="bo.userId != null">
|
||||
and t1.user_id = #{bo.userId}
|
||||
</if>
|
||||
</where>
|
||||
order by t1.create_time desc
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user