|
@@ -196,7 +196,7 @@
|
|
|
t.load_net_weight as deliveryVolume,
|
|
|
i.send_warehouse as sendWarehouse,
|
|
|
t.tran_price as tranPrice,
|
|
|
- ROUND(IFNULL(r.amount_ing_payable,IFNULL(t.tran_price,0)*t.load_net_weight),2) as freight,
|
|
|
+ ROUND(IFNULL(r.amount_ed_payable,IFNULL(t.tran_price,0)*t.load_net_weight),2) as freight,
|
|
|
'' as supplier,
|
|
|
w.goods_name as goodsName,
|
|
|
case when w.goods_name like '%潮粮%' then '潮粮' else '干粮' end as type,
|