...
|
...
|
@@ -113,4 +113,8 @@ |
|
|
<update id="updateSkuStatus">
|
|
|
UPDATE storage s set s.status = #{status, jdbcType=INTEGER} where s.id = #{storageId, jdbcType=INTEGER}
|
|
|
</update>
|
|
|
<select id="selectBySize" resultMap="BaseResultMap">
|
|
|
select id, product_id, goods_id, size_id, storage_num, update_time, create_time, suggest_low_price, suggest_high_price
|
|
|
from storage where product_id=#{productId} and size_id=#{sizeId}
|
|
|
</select>
|
|
|
</mapper> |
|
|
\ No newline at end of file |
...
|
...
|
|