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>