huangfuli 3 năm trước cách đây
mục cha
commit
2a7c02a95b

+ 8 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehouseInOutInfoMapper.xml

@@ -66,7 +66,14 @@
         w.start_weight as startWeight,
         w.address_url as addressUrl,
         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
         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