|
|
|
@ -115,10 +115,10 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<!-- 更新排行排序 --> |
|
|
|
<select id="updateRankSort" parameterType="java.lang.String"> |
|
|
|
<update id="updateRankSort" parameterType="java.lang.String"> |
|
|
|
UPDATE set `recommend_sort`=#{val} |
|
|
|
WHERE goods_islicode=#{goodsIsli} |
|
|
|
</select> |
|
|
|
</update> |
|
|
|
|
|
|
|
<!-- 条件查询--> |
|
|
|
<select id="getGoodsByCondition" resultType="cn.chjyj.szwh.bean.Goods"> |
|
|
|
|