Browse Source

商城首页增加新品橱窗楼层

Duan_xu 2 years ago
parent
commit
478ea53fa1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/PageMapper.xml

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

@@ -783,7 +783,7 @@
         limit 5
     </select>
     <select id="getNewFloorList" resultType="com.caimei365.commodity.model.vo.ProductItemVo">
-        SELECT
+        SELECT DISTINCT
         p.productID,
         p.actStatus,
         p.name,