|
|
|
@@ -38,10 +38,13 @@ |
|
|
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != carNumber "> |
|
|
|
<if test=" null != carNumber "> |
|
|
|
and `car_number` = #{carNumber} |
|
|
|
</if> |
|
|
|
<!-- <if test=" null != carNumber "> |
|
|
|
and `car_number` like concat('%', #{carNumber},'%') |
|
|
|
|
|
|
|
</if> |
|
|
|
</if> --> |
|
|
|
|
|
|
|
<if test=" null != createDate "> |
|
|
|
and `create_date` = #{createDate} |
|
|
|
|