...
|
...
|
@@ -15,10 +15,7 @@ |
|
|
<result column="create_time" jdbcType="INTEGER" property="createTime" />
|
|
|
<result column="pre_sale_flag" jdbcType="INTEGER" property="preSaleFlag" />
|
|
|
</resultMap>
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
|
|
|
delete from storage_price
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</delete>
|
|
|
|
|
|
<insert id="insert" parameterType="com.yohoufo.dal.product.model.StoragePrice">
|
|
|
insert into storage_price (id, skup, product_id, goods_id,
|
|
|
storage_id, depot_num, seller_uid,
|
...
|
...
|
|