...
|
...
|
@@ -72,6 +72,7 @@ |
|
|
<foreach item="item" index="index" collection="oldSizeIdList" open="(" separator="," close=")">
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
</update>
|
|
|
<update id="updateSuggestPriceById">
|
|
|
update storage set suggest_low_price=#{suggestLowPrice}, suggest_high_price=#{suggestHighPrice} where id=#{id}
|
|
|
</update>
|
...
|
...
|
|