Sfoglia il codice sorgente

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

Aslee 4 anni fa
parent
commit
da93db3f6c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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