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