Kaynağa Gözat

冻结商品可进入商品详情页

Aslee 4 yıl önce
ebeveyn
işleme
da93db3f6c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/main/resources/mapper/ProductMapper.xml

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

@@ -54,7 +54,7 @@
         left join province as pr on ci.provinceID = pr.provinceID
 
 		where p.productID = #{productId}
-		and p.validFlag in (2,3)
+		and p.validFlag in (2,3,10)
 	</select>
 	<select id="getProductRecommendsById" resultType="com.caimei.www.pojo.page.ProductList">
         select