Browse Source

订单商品bugfix

chao 3 năm trước cách đây
mục cha
commit
07982a70e8

+ 2 - 2
src/main/resources/mapper/OrderClubMapper.xml

@@ -173,10 +173,10 @@
             cop.shopOrderNo,
             cop.orderPromotionsId,
             cop.productId,
-            cop.shopId,
+            cop.shopID AS shopId,
             cop.name,
             cop.productImage AS image,
-            cop.price1 AS price,
+            cop.price,
             cop.shopName,
             cop.costPrice,
             cop.normalPrice,

+ 2 - 2
src/main/resources/mapper/OrderCommonMapper.xml

@@ -67,7 +67,7 @@
         cop.shopId,
         cop.name,
         cop.productImage AS image,
-        cop.price1 AS price,
+        cop.price,
         cop.shopName,
         cop.costPrice,
         cop.normalPrice,
@@ -185,7 +185,7 @@
         cop.shopId,
         cop.name,
         cop.productImage AS image,
-        cop.price1 AS price,
+        cop.price,
         cop.shopName,
         cop.costPrice,
         cop.normalPrice,

+ 1 - 1
src/main/resources/mapper/ShipMapper.xml

@@ -242,7 +242,7 @@
             cop.shopId,
             cop.name,
             cop.productImage AS image,
-            cop.price1 AS price,
+            cop.price,
             cop.shopName,
             cop.costPrice,
             cop.normalPrice,