Showing
1 changed file
with
1 additions
and
0 deletions
@@ -72,6 +72,7 @@ | @@ -72,6 +72,7 @@ | ||
72 | <foreach item="item" index="index" collection="oldSizeIdList" open="(" separator="," close=")"> | 72 | <foreach item="item" index="index" collection="oldSizeIdList" open="(" separator="," close=")"> |
73 | #{item} | 73 | #{item} |
74 | </foreach> | 74 | </foreach> |
75 | + </update> | ||
75 | <update id="updateSuggestPriceById"> | 76 | <update id="updateSuggestPriceById"> |
76 | update storage set suggest_low_price=#{suggestLowPrice}, suggest_high_price=#{suggestHighPrice} where id=#{id} | 77 | update storage set suggest_low_price=#{suggestLowPrice}, suggest_high_price=#{suggestHighPrice} where id=#{id} |
77 | </update> | 78 | </update> |
-
Please register or login to post a comment