|
|
@@ -39,7 +39,7 @@ |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != carNumber "> |
|
|
<if test=" null != carNumber "> |
|
|
and wcuc.`car_number` = #{carNumber} |
|
|
|
|
|
|
|
|
and wcuc.`car_number` like concat('%', #{carNumber},'%') |
|
|
</if> |
|
|
</if> |
|
|
<!-- <if test=" null != carNumber "> |
|
|
<!-- <if test=" null != carNumber "> |
|
|
and `car_number` like concat('%', #{carNumber},'%') |
|
|
and `car_number` like concat('%', #{carNumber},'%') |
|
|
|