|
|
@@ -28,7 +28,7 @@
|
|
|
from kwt_logistics_order_circulate
|
|
|
where del_flag = 0
|
|
|
and l_order_id = #{lOrderId, jdbcType=BIGINT}
|
|
|
- and truck_no = #{truckNo, dbcType=VARCHAR}
|
|
|
+ and truck_no = #{truckNo, jdbcType=VARCHAR}
|
|
|
and driver_id = #{driverId, jdbcType=BIGINT}
|
|
|
</select>
|
|
|
</mapper>
|