1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user