|
@@ -116,6 +116,12 @@
|
|
|
where validFlag in (2,3,9)
|
|
|
and productId = #{productId,jdbcType=BIGINT}
|
|
|
</select>
|
|
|
+ <select id="findProductUnlimited" resultType="com.caimei.module.base.entity.vo.ProductVo">
|
|
|
+ select
|
|
|
+ <include refid="Product_Column_List" />
|
|
|
+ from product
|
|
|
+ where productId = #{productId,jdbcType=BIGINT}
|
|
|
+ </select>
|
|
|
<select id="getSearchHistoryList" resultType="com.caimei.module.base.entity.vo.SearchHistoryVo">
|
|
|
select id, userId, searchWord, searchDate, delFlag
|
|
|
from user_search_history
|