|
@@ -66,7 +66,14 @@
|
|
w.start_weight as startWeight,
|
|
w.start_weight as startWeight,
|
|
w.address_url as addressUrl,
|
|
w.address_url as addressUrl,
|
|
w.task_type as taskType,
|
|
w.task_type as taskType,
|
|
- w.bin_number as binNumber
|
|
|
|
|
|
+ w.bin_number as binNumber,
|
|
|
|
+ w.type,
|
|
|
|
+ w.deduction_weight as deductionWeight,
|
|
|
|
+ w.pure_weight as pureWeight,
|
|
|
|
+ w.deduction_amount as deductionAmount,
|
|
|
|
+ w.back_office as backOffice,
|
|
|
|
+ w.buckle_weight_ratio as buckleWeightRatio,
|
|
|
|
+ w.solid_grain_water as solidGrainWater
|
|
FROM warehouse_in_out_info w
|
|
FROM warehouse_in_out_info w
|
|
left join warehouse_in_out_detail d on w.id=d.info_id
|
|
left join warehouse_in_out_detail d on w.id=d.info_id
|
|
left join warehouse_base_info wbi on wbi.warehouse_name = w.warehouse_name
|
|
left join warehouse_base_info wbi on wbi.warehouse_name = w.warehouse_name
|