plf 5 år sedan
förälder
incheckning
d7f5542467

+ 1 - 1
product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

@@ -112,7 +112,7 @@
         select
         <include refid="Product_Column_List" />
         from product
-        where validFlag in (2,3)
+        where validFlag in (2,3,9)
         and productId = #{productId,jdbcType=BIGINT}
     </select>
     <select id="getSearchHistoryList" resultType="com.caimei.module.base.entity.vo.SearchHistoryVo">