|
@@ -41,4 +41,16 @@
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</if>
|
|
</if>
|
|
|
</select>
|
|
</select>
|
|
|
|
|
+
|
|
|
|
|
+ <select id="findCirculate" resultType="com.sckw.transport.model.KwtLogisticsOrderCirculate" >
|
|
|
|
|
+ select
|
|
|
|
|
+ id, ent_id entId, l_order_id lOrderId, w_order_id wOrderId, truck_no truckNo,type, driver_id driverId,
|
|
|
|
|
+ actual_amount actualAmount, entrust_amount entrustAmount, entrust_date entrustDate, remark, `status`,
|
|
|
|
|
+ create_by createBy, create_time createTime, update_by updateBy, update_time updateTime
|
|
|
|
|
+ from kwt_logistics_order_circulate
|
|
|
|
|
+ where del_flag = 0
|
|
|
|
|
+ and l_order_id = #{lOrderId, jdbcType=BIGINT}
|
|
|
|
|
+ and truck_no = #{truckNo jdbcType=VARCHAR}
|
|
|
|
|
+ and driver_id = #{driverId jdbcType=BIGINT}
|
|
|
|
|
+ </select>
|
|
|
</mapper>
|
|
</mapper>
|