zhangyuewww 2 年之前
父节点
当前提交
045d1bb42b

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

@@ -332,7 +332,7 @@
         w.warehouse_name as warehouseName,
         w.bin_number as binNumber,
         w.create_date as createDate,
-        IFNULL(m.unit_contract_price,IFNULL(w.cost,0))+IFNULL(t.tran_price,0) as costPrice,
+        IFNULL(m.unit_contract_price,IFNULL(w.cost,0)) as costPrice,
 --         w.warehouse_name as contractNo,
         case when m.contract_type = '1' then m.contract_no else '' end as contractNo,
         IFNULL(m.seller,'') as customerName,