This commit is contained in:
冯辉
2026-06-28 02:31:29 +08:00
parent 339b0bc8cb
commit b8c7ea94bb

View File

@@ -54,7 +54,7 @@
</foreach>
]
</if>
<if test="query.status != null and query.status != ''">
<if test="query.status != null">
and (status IS NULL or status = #{query.status})
</if>
</where>