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,