bug修改
This commit is contained in:
parent
318886592d
commit
1d3092a543
@ -9,6 +9,9 @@
|
|||||||
<if test="param.carNumber != null and param.carNumber != ''">
|
<if test="param.carNumber != null and param.carNumber != ''">
|
||||||
and a.car_number like CONCAT(CONCAT('%',#{param.carNumber}),'%')
|
and a.car_number like CONCAT(CONCAT('%',#{param.carNumber}),'%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="param.enterpriseId != null and param.enterpriseId != ''">
|
||||||
|
and a.enterprise_id = #{param.enterpriseId}
|
||||||
|
</if>
|
||||||
<if test="param.isBlack != null">
|
<if test="param.isBlack != null">
|
||||||
and a.is_black=#{param.isBlack}
|
and a.is_black=#{param.isBlack}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user