1
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
]
|
]
|
||||||
</if>
|
</if>
|
||||||
<if test="query.status != null and query.status != ''">
|
<if test="query.status != null">
|
||||||
and (status IS NULL or status = #{query.status})
|
and (status IS NULL or status = #{query.status})
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
|||||||
Reference in New Issue
Block a user