zhijiezhao пре 2 година
родитељ
комит
31078f3f32
1 измењених фајлова са 1 додато и 1 уклоњено
  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,