zhijiezhao 3 년 전
부모
커밋
53954578ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/OrderCommonMapper.xml

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

@@ -214,7 +214,7 @@
         cop.productImage AS image,
         cop.price,
         cop.shopName,
-        IF(cop.shopid=998 AND co.freight> 0,co.freight,cop.price)AS costPrice,
+        IF(cop.shopid=998 AND co.freight> 0,co.freight,cop.costPrice)AS costPrice,
         cop.normalPrice,
         cop.ladderPriceFlag,
         cop.discountPrice,