zhangyuewww 3 лет назад
Родитель
Сommit
d8ee81cb1d

+ 2 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/ProcurementPlanInfoMapper.xml

@@ -106,7 +106,7 @@
         '买粮' as type,
         comp_id as compId,
         goods_name as goodsName,
-        unit_price as unitPrice,
+        procurement_price as unitPrice,
         receive_private as Privates,
         planned_purchase_volume as plannedVolume,
         receive_city as city,
@@ -125,7 +125,7 @@
         '卖粮' as type,
         comp_id as compId,
         goods_name as goodsName,
-        unit_price as unitPrice,
+        sale_price as unitPrice,
         send_private as Privates,
         planned_sale_volume as plannedVolume,
         send_city as city,