|
@@ -227,6 +227,12 @@
|
|
WHERE userId=#{userId,jdbcType=BIGINT}
|
|
WHERE userId=#{userId,jdbcType=BIGINT}
|
|
AND (temp.id > tb.id)
|
|
AND (temp.id > tb.id)
|
|
</delete>
|
|
</delete>
|
|
|
|
+ <delete id="deleteAllSearchHistory">
|
|
|
|
+ DELETE FROM
|
|
|
|
+ user_search_history
|
|
|
|
+ WHERE
|
|
|
|
+ userId=#{userId,jdbcType=BIGINT}
|
|
|
|
+ </delete>
|
|
<select id="findLadderPrice" resultType="com.caimei.module.product.entity.vo.LadderPriceVo">
|
|
<select id="findLadderPrice" resultType="com.caimei.module.product.entity.vo.LadderPriceVo">
|
|
SELECT
|
|
SELECT
|
|
<include refid="LadderPrice_Column_List" />
|
|
<include refid="LadderPrice_Column_List" />
|