Parcourir la source

采美sku bugfix

zhijiezhao il y a 2 ans
Parent
commit
31078f3f32
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/resources/mapper/PageMapper.xml

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

@@ -636,7 +636,7 @@
                (select unit from cm_sku where productId=csp.productId order by price asc limit 1)as unit,
                p.productCode     as code,
                p.priceFlag,
-               (select unit from cm_sku where productId=csp.productId order by price asc limit 1)as price,
+               (select price from cm_sku where productId=csp.productId order by price asc limit 1)as price,
                p.shopID          as shopId,
                p.searchKey       as keyword,
                (select minBuyNumber from cm_sku where productId=csp.productId order by price asc limit 1)as minBuyNumber,