|
@@ -651,7 +651,7 @@
|
|
|
and kwo.t_order_id = #{tOrderId, jdbcType=BIGINT}
|
|
and kwo.t_order_id = #{tOrderId, jdbcType=BIGINT}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="lOrderId != null and lOrderId != ''">
|
|
<if test="lOrderId != null and lOrderId != ''">
|
|
|
- and kwo.id = #{lOrderId, jdbcType=BIGINT}
|
|
|
|
|
|
|
+ and kwo.l_order_id = #{lOrderId, jdbcType=BIGINT}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="driverId != null and driverId != ''">
|
|
<if test="driverId != null and driverId != ''">
|
|
|
and kwo.driver_id = #{driverId, jdbcType=BIGINT}
|
|
and kwo.driver_id = #{driverId, jdbcType=BIGINT}
|