|
|
@@ -458,6 +458,9 @@
|
|
|
and abs(round((A.meter_weight - B.avg_weight)/1000, 2)) < 0.5
|
|
|
</if>
|
|
|
</if>
|
|
|
+ <if test="carNo != null and carNo != ''">
|
|
|
+ and A.car_no like '%${carNo}%'
|
|
|
+ </if>
|
|
|
<if test="createManNo != null and createManNo != ''">
|
|
|
and A.create_man_no = #{createManNo}
|
|
|
</if>
|