|
@@ -360,7 +360,7 @@
|
|
|
ROUND(w.gross_weight,2) as grossWeight,
|
|
|
ROUND(w.tare,2) as tare,
|
|
|
'' as contractStatus,
|
|
|
- 0 as feedbackWeight,
|
|
|
+ IFNULL(t.unload_net_weight,0) as feedbackWeight,
|
|
|
w.in_out_date as feedbackDate,
|
|
|
w.net_weight as settlementWeight,
|
|
|
0 as settlementPrice,
|