@ -13,7 +13,7 @@
<if test="id != '' and id != null">
AND id = #{id}
</if>
<if test="status != '' and status != null">
<if test=" status != null">
AND status = #{status}
</where>