bug修改

This commit is contained in:
GUO 2024-04-22 00:07:57 +08:00
parent 318886592d
commit 1d3092a543

View File

@ -9,6 +9,9 @@
<if test="param.carNumber != null and param.carNumber != ''">
and a.car_number like CONCAT(CONCAT('%',#{param.carNumber}),'%')
</if>
<if test="param.enterpriseId != null and param.enterpriseId != ''">
and a.enterprise_id = #{param.enterpriseId}
</if>
<if test="param.isBlack != null">
and a.is_black=#{param.isBlack}
</if>