huangfuli 1 년 전
부모
커밋
15f644e8c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehouseBaseInfoMapper.xml

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

@@ -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,