|
@@ -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.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,
|
|
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.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, wc.cycle_id as cycleId,
|
|
|
|
|
|
|
+ two.update_date as updateDate, two.create_date as createDate, two.queue_no as queueNo, wc.id as cycleId,
|
|
|
case when wc.jing_weight > 0 then 1 else 0 end as weightFlag
|
|
case when wc.jing_weight > 0 then 1 else 0 end as weightFlag
|
|
|
FROM
|
|
FROM
|
|
|
truck
|
|
truck
|