This commit is contained in:
张良(004796)
2024-01-22 15:53:08 +08:00
parent 73a8977676
commit 1f7dc94398
7 changed files with 55 additions and 31 deletions

View File

@@ -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>