소스 검색

feat:实时调度列表增加cycleId

wangweiyu 4 년 전
부모
커밋
3898305d0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/TruckMapper.xml

+ 1 - 1
src/main/resources/mapper/TruckMapper.xml

@@ -61,7 +61,7 @@
           truck.truck_id as truckId, truck.tms_status as tmsStatus, truck.org_id as orgId, truck.org_name as orgName, truck.org_short_name as orgShortName,
           truck.car_number as carNumber, truck.trailer_number as trailerNumber, truck.dept_id as deptId, truck.dept_name as deptName,
           two.id as orderId, two.order_status as orderStatus, two.order_no as orderNo, two.type, two.spot_id as spotId, two.spot_name as spotName,
-          two.update_date as updateDate, two.create_date as createDate, two.queue_no as queueNo,
+          two.update_date as updateDate, two.create_date as createDate, two.queue_no as queueNo, wc.cycle_id as cycleId,
           case when wc.jing_weight > 0 then 1 else 0 end as weightFlag
         FROM
         truck