소스 검색

订单商品bugfix

chao 3 년 전
부모
커밋
07982a70e8
3개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      src/main/resources/mapper/OrderClubMapper.xml
  2. 2 2
      src/main/resources/mapper/OrderCommonMapper.xml
  3. 1 1
      src/main/resources/mapper/ShipMapper.xml

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