|
@@ -42,7 +42,7 @@
|
|
|
q.box_no_other as boxNoOther,
|
|
|
q.title_no as titleNo,
|
|
|
q.title_no_other as titleNoOther,
|
|
|
- a.tidal_grain_price as netWeightPrice,
|
|
|
+ a.tidal_grain_price*1000 as netWeightPrice,
|
|
|
a.gross_weight/1000 as grossWeight,
|
|
|
a.tare/1000 as tare,
|
|
|
a.weight_deduction/1000 as buckleWeight,
|
|
@@ -98,7 +98,7 @@
|
|
|
w.box_no_other as boxNoOther,
|
|
|
w.title_no as titleNo,
|
|
|
w.title_no_other as titleNoOther,
|
|
|
- m.unit_contract_price/1000 as netWeightPrice,
|
|
|
+ m.unit_contract_price as netWeightPrice,
|
|
|
s.gross_weight as grossWeight,
|
|
|
s.tare as tare,
|
|
|
s.deduction_weight as buckleWeight,
|