浏览代码

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

Duan_xu 2 年之前
父节点
当前提交
478ea53fa1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,