This commit is contained in:
张良(004796)
2024-01-22 18:18:00 +08:00
parent 49b4b8fd2c
commit 219ee646a9
6 changed files with 75 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="bo.status != null">
and t1.status = #{bo.status}
</if>
<if test="bo.id != null">
and t1.id = #{bo.id}
</if>
</where>
order by t1.create_time desc
</select>