Showing
1 changed file
with
1 additions
and
1 deletions
@@ -56,7 +56,7 @@ | @@ -56,7 +56,7 @@ | ||
56 | from storage | 56 | from storage |
57 | </select> | 57 | </select> |
58 | <select id="selectByGoodsId" resultMap="BaseResultMap"> | 58 | <select id="selectByGoodsId" resultMap="BaseResultMap"> |
59 | - select id, product_id, goods_id, size_id, storage_num | 59 | + select id, product_id, goods_id, size_id, storage_num, suggest_low_price, suggest_high_price |
60 | from storage where goods_id=#{goodsId,jdbcType=INTEGER} | 60 | from storage where goods_id=#{goodsId,jdbcType=INTEGER} |
61 | </select> | 61 | </select> |
62 | <update id="addStorageNum"> | 62 | <update id="addStorageNum"> |
-
Please register or login to post a comment