kaick 1 年之前
父节点
当前提交
c0cb53b29e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mappings/modules/cmpage/CmPageCentreMapper.xml

+ 1 - 1
src/main/resources/mappings/modules/cmpage/CmPageCentreMapper.xml

@@ -203,7 +203,7 @@
 		  left join cm_hehe_product chp on a.productId = chp.productId
 		WHERE
 		  a.centreId = #{centreId}
-		and copi.organizeId=(SELECT SUBSTRING(groundMall, 1, 1)FROM product WHERE productID=p.productId)
+
           <if test="type != null and type == '8'">
               and chp.id is not null
           </if>