|
|
@ -47,7 +47,7 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { |
|
|
|
"goods_type_id, goods_type_name, ", |
|
|
|
"goods_type_id, goods_type_name, ", |
|
|
|
"goods_brand_id, goods_brand_name, ", |
|
|
|
"goods_brand_id, goods_brand_name, ", |
|
|
|
"goods_specs_id, goods_specs_name, ", |
|
|
|
"goods_specs_id, goods_specs_name, ", |
|
|
|
"goods_spesc_original_price, goods_count, ", |
|
|
|
"goods_specs_original_price, goods_count, ", |
|
|
|
"total_price, total_deduction_price, ", |
|
|
|
"total_price, total_deduction_price, ", |
|
|
|
"coupon_discount_price, integral_discount_price, ", |
|
|
|
"coupon_discount_price, integral_discount_price, ", |
|
|
|
"pay_real_price, pay_channel, ", |
|
|
|
"pay_real_price, pay_channel, ", |
|
|
@ -65,7 +65,7 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { |
|
|
|
"#{goodsTypeId,jdbcType=BIGINT}, #{goodsTypeName,jdbcType=VARCHAR}, ", |
|
|
|
"#{goodsTypeId,jdbcType=BIGINT}, #{goodsTypeName,jdbcType=VARCHAR}, ", |
|
|
|
"#{goodsBrandId,jdbcType=BIGINT}, #{goodsBrandName,jdbcType=VARCHAR}, ", |
|
|
|
"#{goodsBrandId,jdbcType=BIGINT}, #{goodsBrandName,jdbcType=VARCHAR}, ", |
|
|
|
"#{goodsSpecsId,jdbcType=BIGINT}, #{goodsSpecsName,jdbcType=VARCHAR}, ", |
|
|
|
"#{goodsSpecsId,jdbcType=BIGINT}, #{goodsSpecsName,jdbcType=VARCHAR}, ", |
|
|
|
"#{goodsSpescOriginalPrice,jdbcType=DECIMAL}, #{goodsCount,jdbcType=INTEGER}, ", |
|
|
|
"#{goodsSpecsOriginalPrice,jdbcType=DECIMAL}, #{goodsCount,jdbcType=INTEGER}, ", |
|
|
|
"#{totalPrice,jdbcType=DECIMAL}, #{totalDeductionPrice,jdbcType=DECIMAL}, ", |
|
|
|
"#{totalPrice,jdbcType=DECIMAL}, #{totalDeductionPrice,jdbcType=DECIMAL}, ", |
|
|
|
"#{couponDiscountPrice,jdbcType=DECIMAL}, #{integralDiscountPrice,jdbcType=DECIMAL}, ", |
|
|
|
"#{couponDiscountPrice,jdbcType=DECIMAL}, #{integralDiscountPrice,jdbcType=DECIMAL}, ", |
|
|
|
"#{payRealPrice,jdbcType=DECIMAL}, #{payChannel,jdbcType=INTEGER}, ", |
|
|
|
"#{payRealPrice,jdbcType=DECIMAL}, #{payChannel,jdbcType=INTEGER}, ", |
|
|
@ -104,7 +104,7 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { |
|
|
|
@Result(column="goods_brand_name", property="goodsBrandName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_brand_name", property="goodsBrandName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_specs_id", property="goodsSpecsId", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_specs_id", property="goodsSpecsId", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_specs_name", property="goodsSpecsName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_specs_name", property="goodsSpecsName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_spesc_original_price", property="goodsSpescOriginalPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="goods_specs_original_price", property="goodsSpecsOriginalPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="goods_count", property="goodsCount", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="goods_count", property="goodsCount", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="total_price", property="totalPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="total_price", property="totalPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="total_deduction_price", property="totalDeductionPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="total_deduction_price", property="totalDeductionPrice", jdbcType=JdbcType.DECIMAL), |
|
|
@ -132,7 +132,7 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { |
|
|
|
"id, logistics_no, freight_price, delivery_address_id, delivery_address, order_no, ", |
|
|
|
"id, logistics_no, freight_price, delivery_address_id, delivery_address, order_no, ", |
|
|
|
"child_order_no, mer_id, user_id, user_phone, goods_id, img, goods_name, goods_type_id, ", |
|
|
|
"child_order_no, mer_id, user_id, user_phone, goods_id, img, goods_name, goods_type_id, ", |
|
|
|
"goods_type_name, goods_brand_id, goods_brand_name, goods_specs_id, goods_specs_name, ", |
|
|
|
"goods_type_name, goods_brand_id, goods_brand_name, goods_specs_id, goods_specs_name, ", |
|
|
|
"goods_spesc_original_price, goods_count, total_price, total_deduction_price, ", |
|
|
|
"goods_specs_original_price, goods_count, total_price, total_deduction_price, ", |
|
|
|
"coupon_discount_price, integral_discount_price, pay_real_price, pay_channel, ", |
|
|
|
"coupon_discount_price, integral_discount_price, pay_real_price, pay_channel, ", |
|
|
|
"pay_serial_no, pay_type, `status`, create_time, pay_time, cancel_time, refund_time, ", |
|
|
|
"pay_serial_no, pay_type, `status`, create_time, pay_time, cancel_time, refund_time, ", |
|
|
|
"finish_time, update_time, ext_1, ext_2, ext_3", |
|
|
|
"finish_time, update_time, ext_1, ext_2, ext_3", |
|
|
@ -159,7 +159,7 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { |
|
|
|
@Result(column="goods_brand_name", property="goodsBrandName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_brand_name", property="goodsBrandName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_specs_id", property="goodsSpecsId", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_specs_id", property="goodsSpecsId", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_specs_name", property="goodsSpecsName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_specs_name", property="goodsSpecsName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_spesc_original_price", property="goodsSpescOriginalPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="goods_specs_original_price", property="goodsSpecsOriginalPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="goods_count", property="goodsCount", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="goods_count", property="goodsCount", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="total_price", property="totalPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="total_price", property="totalPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="total_deduction_price", property="totalDeductionPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@Result(column="total_deduction_price", property="totalDeductionPrice", jdbcType=JdbcType.DECIMAL), |
|
|
@ -211,7 +211,7 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { |
|
|
|
"goods_brand_name = #{goodsBrandName,jdbcType=VARCHAR},", |
|
|
|
"goods_brand_name = #{goodsBrandName,jdbcType=VARCHAR},", |
|
|
|
"goods_specs_id = #{goodsSpecsId,jdbcType=BIGINT},", |
|
|
|
"goods_specs_id = #{goodsSpecsId,jdbcType=BIGINT},", |
|
|
|
"goods_specs_name = #{goodsSpecsName,jdbcType=VARCHAR},", |
|
|
|
"goods_specs_name = #{goodsSpecsName,jdbcType=VARCHAR},", |
|
|
|
"goods_spesc_original_price = #{goodsSpescOriginalPrice,jdbcType=DECIMAL},", |
|
|
|
"goods_specs_original_price = #{goodsSpecsOriginalPrice,jdbcType=DECIMAL},", |
|
|
|
"goods_count = #{goodsCount,jdbcType=INTEGER},", |
|
|
|
"goods_count = #{goodsCount,jdbcType=INTEGER},", |
|
|
|
"total_price = #{totalPrice,jdbcType=DECIMAL},", |
|
|
|
"total_price = #{totalPrice,jdbcType=DECIMAL},", |
|
|
|
"total_deduction_price = #{totalDeductionPrice,jdbcType=DECIMAL},", |
|
|
|
"total_deduction_price = #{totalDeductionPrice,jdbcType=DECIMAL},", |
|
|
@ -234,4 +234,4 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { |
|
|
|
"where id = #{id,jdbcType=BIGINT}" |
|
|
|
"where id = #{id,jdbcType=BIGINT}" |
|
|
|
}) |
|
|
|
}) |
|
|
|
int updateByPrimaryKey(BsOrderGoods record); |
|
|
|
int updateByPrimaryKey(BsOrderGoods record); |
|
|
|
} |
|
|
|
} |