diff --git a/service/src/main/java/com/hfkj/dao/BsOrderGoodsMapper.java b/service/src/main/java/com/hfkj/dao/BsOrderGoodsMapper.java index 499b8fe..33e65dc 100644 --- a/service/src/main/java/com/hfkj/dao/BsOrderGoodsMapper.java +++ b/service/src/main/java/com/hfkj/dao/BsOrderGoodsMapper.java @@ -45,14 +45,14 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { "third_order_no, mer_id, ", "mer_name, 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_specs_original_price, goods_count, ", - "total_price, total_deduction_price, ", - "coupon_discount_price, integral_discount_price, ", - "platform_code, pay_real_price, ", + "platform_code, img, ", + "goods_name, goods_type_id, ", + "goods_type_name, goods_brand_id, ", + "goods_brand_name, goods_specs_id, ", + "goods_specs_name, goods_specs_original_price, ", + "goods_count, total_price, ", + "total_deduction_price, coupon_discount_price, ", + "integral_discount_price, pay_real_price, ", "pay_channel, pay_serial_no, ", "pay_type, `status`, ", "logistics_status_desc, logistics_status, ", @@ -60,21 +60,23 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { "cancel_time, refund_time, ", "finish_time, update_time, ", "exception_status, exception_msg, ", - "ext_1, ext_2, ext_3)", + "surplus_refund_count, surplus_refund_price, ", + "surplus_refund_integral, ext_1, ", + "ext_2, ext_3)", "values (#{logisticsNo,jdbcType=VARCHAR}, #{freightPrice,jdbcType=DECIMAL}, ", "#{deliveryAddressId,jdbcType=BIGINT}, #{deliveryAddress,jdbcType=VARCHAR}, ", "#{orderNo,jdbcType=VARCHAR}, #{childOrderNo,jdbcType=VARCHAR}, ", "#{thirdOrderNo,jdbcType=VARCHAR}, #{merId,jdbcType=BIGINT}, ", "#{merName,jdbcType=VARCHAR}, #{userId,jdbcType=BIGINT}, ", "#{userPhone,jdbcType=VARCHAR}, #{goodsId,jdbcType=BIGINT}, ", - "#{img,jdbcType=VARCHAR}, #{goodsName,jdbcType=VARCHAR}, ", - "#{goodsTypeId,jdbcType=BIGINT}, #{goodsTypeName,jdbcType=VARCHAR}, ", - "#{goodsBrandId,jdbcType=BIGINT}, #{goodsBrandName,jdbcType=VARCHAR}, ", - "#{goodsSpecsId,jdbcType=BIGINT}, #{goodsSpecsName,jdbcType=VARCHAR}, ", - "#{goodsSpecsOriginalPrice,jdbcType=DECIMAL}, #{goodsCount,jdbcType=INTEGER}, ", - "#{totalPrice,jdbcType=DECIMAL}, #{totalDeductionPrice,jdbcType=DECIMAL}, ", - "#{couponDiscountPrice,jdbcType=DECIMAL}, #{integralDiscountPrice,jdbcType=DECIMAL}, ", - "#{platformCode,jdbcType=VARCHAR}, #{payRealPrice,jdbcType=DECIMAL}, ", + "#{platformCode,jdbcType=VARCHAR}, #{img,jdbcType=VARCHAR}, ", + "#{goodsName,jdbcType=VARCHAR}, #{goodsTypeId,jdbcType=BIGINT}, ", + "#{goodsTypeName,jdbcType=VARCHAR}, #{goodsBrandId,jdbcType=BIGINT}, ", + "#{goodsBrandName,jdbcType=VARCHAR}, #{goodsSpecsId,jdbcType=BIGINT}, ", + "#{goodsSpecsName,jdbcType=VARCHAR}, #{goodsSpecsOriginalPrice,jdbcType=DECIMAL}, ", + "#{goodsCount,jdbcType=INTEGER}, #{totalPrice,jdbcType=DECIMAL}, ", + "#{totalDeductionPrice,jdbcType=DECIMAL}, #{couponDiscountPrice,jdbcType=DECIMAL}, ", + "#{integralDiscountPrice,jdbcType=DECIMAL}, #{payRealPrice,jdbcType=DECIMAL}, ", "#{payChannel,jdbcType=INTEGER}, #{paySerialNo,jdbcType=VARCHAR}, ", "#{payType,jdbcType=INTEGER}, #{status,jdbcType=INTEGER}, ", "#{logisticsStatusDesc,jdbcType=VARCHAR}, #{logisticsStatus,jdbcType=VARCHAR}, ", @@ -82,7 +84,9 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { "#{cancelTime,jdbcType=TIMESTAMP}, #{refundTime,jdbcType=TIMESTAMP}, ", "#{finishTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}, ", "#{exceptionStatus,jdbcType=BIT}, #{exceptionMsg,jdbcType=VARCHAR}, ", - "#{ext1,jdbcType=VARCHAR}, #{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR})" + "#{surplusRefundCount,jdbcType=INTEGER}, #{surplusRefundPrice,jdbcType=DECIMAL}, ", + "#{surplusRefundIntegral,jdbcType=BIGINT}, #{ext1,jdbcType=VARCHAR}, ", + "#{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR})" }) @Options(useGeneratedKeys=true,keyProperty="id") int insert(BsOrderGoods record); @@ -106,6 +110,7 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { @Result(column="user_id", property="userId", jdbcType=JdbcType.BIGINT), @Result(column="user_phone", property="userPhone", jdbcType=JdbcType.VARCHAR), @Result(column="goods_id", property="goodsId", jdbcType=JdbcType.BIGINT), + @Result(column="platform_code", property="platformCode", jdbcType=JdbcType.VARCHAR), @Result(column="img", property="img", jdbcType=JdbcType.VARCHAR), @Result(column="goods_name", property="goodsName", jdbcType=JdbcType.VARCHAR), @Result(column="goods_type_id", property="goodsTypeId", jdbcType=JdbcType.BIGINT), @@ -120,7 +125,6 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { @Result(column="total_deduction_price", property="totalDeductionPrice", jdbcType=JdbcType.DECIMAL), @Result(column="coupon_discount_price", property="couponDiscountPrice", jdbcType=JdbcType.DECIMAL), @Result(column="integral_discount_price", property="integralDiscountPrice", jdbcType=JdbcType.DECIMAL), - @Result(column="platform_code", property="platformCode", jdbcType=JdbcType.VARCHAR), @Result(column="pay_real_price", property="payRealPrice", jdbcType=JdbcType.DECIMAL), @Result(column="pay_channel", property="payChannel", jdbcType=JdbcType.INTEGER), @Result(column="pay_serial_no", property="paySerialNo", jdbcType=JdbcType.VARCHAR), @@ -136,6 +140,9 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { @Result(column="update_time", property="updateTime", jdbcType=JdbcType.TIMESTAMP), @Result(column="exception_status", property="exceptionStatus", jdbcType=JdbcType.BIT), @Result(column="exception_msg", property="exceptionMsg", jdbcType=JdbcType.VARCHAR), + @Result(column="surplus_refund_count", property="surplusRefundCount", jdbcType=JdbcType.INTEGER), + @Result(column="surplus_refund_price", property="surplusRefundPrice", jdbcType=JdbcType.DECIMAL), + @Result(column="surplus_refund_integral", property="surplusRefundIntegral", jdbcType=JdbcType.BIGINT), @Result(column="ext_1", property="ext1", jdbcType=JdbcType.VARCHAR), @Result(column="ext_2", property="ext2", jdbcType=JdbcType.VARCHAR), @Result(column="ext_3", property="ext3", jdbcType=JdbcType.VARCHAR) @@ -146,12 +153,13 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { "select", "id, logistics_no, freight_price, delivery_address_id, delivery_address, order_no, ", "child_order_no, third_order_no, mer_id, mer_name, 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_specs_original_price, goods_count, total_price, ", - "total_deduction_price, coupon_discount_price, integral_discount_price, platform_code, ", + "platform_code, img, goods_name, goods_type_id, goods_type_name, goods_brand_id, ", + "goods_brand_name, goods_specs_id, goods_specs_name, goods_specs_original_price, ", + "goods_count, total_price, total_deduction_price, coupon_discount_price, integral_discount_price, ", "pay_real_price, pay_channel, pay_serial_no, pay_type, `status`, logistics_status_desc, ", "logistics_status, create_time, pay_time, cancel_time, refund_time, finish_time, ", - "update_time, exception_status, exception_msg, ext_1, ext_2, ext_3", + "update_time, exception_status, exception_msg, surplus_refund_count, surplus_refund_price, ", + "surplus_refund_integral, ext_1, ext_2, ext_3", "from bs_order_goods", "where id = #{id,jdbcType=BIGINT}" }) @@ -169,6 +177,7 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { @Result(column="user_id", property="userId", jdbcType=JdbcType.BIGINT), @Result(column="user_phone", property="userPhone", jdbcType=JdbcType.VARCHAR), @Result(column="goods_id", property="goodsId", jdbcType=JdbcType.BIGINT), + @Result(column="platform_code", property="platformCode", jdbcType=JdbcType.VARCHAR), @Result(column="img", property="img", jdbcType=JdbcType.VARCHAR), @Result(column="goods_name", property="goodsName", jdbcType=JdbcType.VARCHAR), @Result(column="goods_type_id", property="goodsTypeId", jdbcType=JdbcType.BIGINT), @@ -183,7 +192,6 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { @Result(column="total_deduction_price", property="totalDeductionPrice", jdbcType=JdbcType.DECIMAL), @Result(column="coupon_discount_price", property="couponDiscountPrice", jdbcType=JdbcType.DECIMAL), @Result(column="integral_discount_price", property="integralDiscountPrice", jdbcType=JdbcType.DECIMAL), - @Result(column="platform_code", property="platformCode", jdbcType=JdbcType.VARCHAR), @Result(column="pay_real_price", property="payRealPrice", jdbcType=JdbcType.DECIMAL), @Result(column="pay_channel", property="payChannel", jdbcType=JdbcType.INTEGER), @Result(column="pay_serial_no", property="paySerialNo", jdbcType=JdbcType.VARCHAR), @@ -199,6 +207,9 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { @Result(column="update_time", property="updateTime", jdbcType=JdbcType.TIMESTAMP), @Result(column="exception_status", property="exceptionStatus", jdbcType=JdbcType.BIT), @Result(column="exception_msg", property="exceptionMsg", jdbcType=JdbcType.VARCHAR), + @Result(column="surplus_refund_count", property="surplusRefundCount", jdbcType=JdbcType.INTEGER), + @Result(column="surplus_refund_price", property="surplusRefundPrice", jdbcType=JdbcType.DECIMAL), + @Result(column="surplus_refund_integral", property="surplusRefundIntegral", jdbcType=JdbcType.BIGINT), @Result(column="ext_1", property="ext1", jdbcType=JdbcType.VARCHAR), @Result(column="ext_2", property="ext2", jdbcType=JdbcType.VARCHAR), @Result(column="ext_3", property="ext3", jdbcType=JdbcType.VARCHAR) @@ -228,6 +239,7 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { "user_id = #{userId,jdbcType=BIGINT},", "user_phone = #{userPhone,jdbcType=VARCHAR},", "goods_id = #{goodsId,jdbcType=BIGINT},", + "platform_code = #{platformCode,jdbcType=VARCHAR},", "img = #{img,jdbcType=VARCHAR},", "goods_name = #{goodsName,jdbcType=VARCHAR},", "goods_type_id = #{goodsTypeId,jdbcType=BIGINT},", @@ -242,7 +254,6 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { "total_deduction_price = #{totalDeductionPrice,jdbcType=DECIMAL},", "coupon_discount_price = #{couponDiscountPrice,jdbcType=DECIMAL},", "integral_discount_price = #{integralDiscountPrice,jdbcType=DECIMAL},", - "platform_code = #{platformCode,jdbcType=VARCHAR},", "pay_real_price = #{payRealPrice,jdbcType=DECIMAL},", "pay_channel = #{payChannel,jdbcType=INTEGER},", "pay_serial_no = #{paySerialNo,jdbcType=VARCHAR},", @@ -258,6 +269,9 @@ public interface BsOrderGoodsMapper extends BsOrderGoodsMapperExt { "update_time = #{updateTime,jdbcType=TIMESTAMP},", "exception_status = #{exceptionStatus,jdbcType=BIT},", "exception_msg = #{exceptionMsg,jdbcType=VARCHAR},", + "surplus_refund_count = #{surplusRefundCount,jdbcType=INTEGER},", + "surplus_refund_price = #{surplusRefundPrice,jdbcType=DECIMAL},", + "surplus_refund_integral = #{surplusRefundIntegral,jdbcType=BIGINT},", "ext_1 = #{ext1,jdbcType=VARCHAR},", "ext_2 = #{ext2,jdbcType=VARCHAR},", "ext_3 = #{ext3,jdbcType=VARCHAR}", diff --git a/service/src/main/java/com/hfkj/dao/BsOrderGoodsSqlProvider.java b/service/src/main/java/com/hfkj/dao/BsOrderGoodsSqlProvider.java index f91bb22..2bd4fa1 100644 --- a/service/src/main/java/com/hfkj/dao/BsOrderGoodsSqlProvider.java +++ b/service/src/main/java/com/hfkj/dao/BsOrderGoodsSqlProvider.java @@ -76,6 +76,10 @@ public class BsOrderGoodsSqlProvider { sql.VALUES("goods_id", "#{goodsId,jdbcType=BIGINT}"); } + if (record.getPlatformCode() != null) { + sql.VALUES("platform_code", "#{platformCode,jdbcType=VARCHAR}"); + } + if (record.getImg() != null) { sql.VALUES("img", "#{img,jdbcType=VARCHAR}"); } @@ -132,10 +136,6 @@ public class BsOrderGoodsSqlProvider { sql.VALUES("integral_discount_price", "#{integralDiscountPrice,jdbcType=DECIMAL}"); } - if (record.getPlatformCode() != null) { - sql.VALUES("platform_code", "#{platformCode,jdbcType=VARCHAR}"); - } - if (record.getPayRealPrice() != null) { sql.VALUES("pay_real_price", "#{payRealPrice,jdbcType=DECIMAL}"); } @@ -196,6 +196,18 @@ public class BsOrderGoodsSqlProvider { sql.VALUES("exception_msg", "#{exceptionMsg,jdbcType=VARCHAR}"); } + if (record.getSurplusRefundCount() != null) { + sql.VALUES("surplus_refund_count", "#{surplusRefundCount,jdbcType=INTEGER}"); + } + + if (record.getSurplusRefundPrice() != null) { + sql.VALUES("surplus_refund_price", "#{surplusRefundPrice,jdbcType=DECIMAL}"); + } + + if (record.getSurplusRefundIntegral() != null) { + sql.VALUES("surplus_refund_integral", "#{surplusRefundIntegral,jdbcType=BIGINT}"); + } + if (record.getExt1() != null) { sql.VALUES("ext_1", "#{ext1,jdbcType=VARCHAR}"); } @@ -230,6 +242,7 @@ public class BsOrderGoodsSqlProvider { sql.SELECT("user_id"); sql.SELECT("user_phone"); sql.SELECT("goods_id"); + sql.SELECT("platform_code"); sql.SELECT("img"); sql.SELECT("goods_name"); sql.SELECT("goods_type_id"); @@ -244,7 +257,6 @@ public class BsOrderGoodsSqlProvider { sql.SELECT("total_deduction_price"); sql.SELECT("coupon_discount_price"); sql.SELECT("integral_discount_price"); - sql.SELECT("platform_code"); sql.SELECT("pay_real_price"); sql.SELECT("pay_channel"); sql.SELECT("pay_serial_no"); @@ -260,6 +272,9 @@ public class BsOrderGoodsSqlProvider { sql.SELECT("update_time"); sql.SELECT("exception_status"); sql.SELECT("exception_msg"); + sql.SELECT("surplus_refund_count"); + sql.SELECT("surplus_refund_price"); + sql.SELECT("surplus_refund_integral"); sql.SELECT("ext_1"); sql.SELECT("ext_2"); sql.SELECT("ext_3"); @@ -332,6 +347,10 @@ public class BsOrderGoodsSqlProvider { sql.SET("goods_id = #{record.goodsId,jdbcType=BIGINT}"); } + if (record.getPlatformCode() != null) { + sql.SET("platform_code = #{record.platformCode,jdbcType=VARCHAR}"); + } + if (record.getImg() != null) { sql.SET("img = #{record.img,jdbcType=VARCHAR}"); } @@ -388,10 +407,6 @@ public class BsOrderGoodsSqlProvider { sql.SET("integral_discount_price = #{record.integralDiscountPrice,jdbcType=DECIMAL}"); } - if (record.getPlatformCode() != null) { - sql.SET("platform_code = #{record.platformCode,jdbcType=VARCHAR}"); - } - if (record.getPayRealPrice() != null) { sql.SET("pay_real_price = #{record.payRealPrice,jdbcType=DECIMAL}"); } @@ -452,6 +467,18 @@ public class BsOrderGoodsSqlProvider { sql.SET("exception_msg = #{record.exceptionMsg,jdbcType=VARCHAR}"); } + if (record.getSurplusRefundCount() != null) { + sql.SET("surplus_refund_count = #{record.surplusRefundCount,jdbcType=INTEGER}"); + } + + if (record.getSurplusRefundPrice() != null) { + sql.SET("surplus_refund_price = #{record.surplusRefundPrice,jdbcType=DECIMAL}"); + } + + if (record.getSurplusRefundIntegral() != null) { + sql.SET("surplus_refund_integral = #{record.surplusRefundIntegral,jdbcType=BIGINT}"); + } + if (record.getExt1() != null) { sql.SET("ext_1 = #{record.ext1,jdbcType=VARCHAR}"); } @@ -485,6 +512,7 @@ public class BsOrderGoodsSqlProvider { sql.SET("user_id = #{record.userId,jdbcType=BIGINT}"); sql.SET("user_phone = #{record.userPhone,jdbcType=VARCHAR}"); sql.SET("goods_id = #{record.goodsId,jdbcType=BIGINT}"); + sql.SET("platform_code = #{record.platformCode,jdbcType=VARCHAR}"); sql.SET("img = #{record.img,jdbcType=VARCHAR}"); sql.SET("goods_name = #{record.goodsName,jdbcType=VARCHAR}"); sql.SET("goods_type_id = #{record.goodsTypeId,jdbcType=BIGINT}"); @@ -499,7 +527,6 @@ public class BsOrderGoodsSqlProvider { sql.SET("total_deduction_price = #{record.totalDeductionPrice,jdbcType=DECIMAL}"); sql.SET("coupon_discount_price = #{record.couponDiscountPrice,jdbcType=DECIMAL}"); sql.SET("integral_discount_price = #{record.integralDiscountPrice,jdbcType=DECIMAL}"); - sql.SET("platform_code = #{record.platformCode,jdbcType=VARCHAR}"); sql.SET("pay_real_price = #{record.payRealPrice,jdbcType=DECIMAL}"); sql.SET("pay_channel = #{record.payChannel,jdbcType=INTEGER}"); sql.SET("pay_serial_no = #{record.paySerialNo,jdbcType=VARCHAR}"); @@ -515,6 +542,9 @@ public class BsOrderGoodsSqlProvider { sql.SET("update_time = #{record.updateTime,jdbcType=TIMESTAMP}"); sql.SET("exception_status = #{record.exceptionStatus,jdbcType=BIT}"); sql.SET("exception_msg = #{record.exceptionMsg,jdbcType=VARCHAR}"); + sql.SET("surplus_refund_count = #{record.surplusRefundCount,jdbcType=INTEGER}"); + sql.SET("surplus_refund_price = #{record.surplusRefundPrice,jdbcType=DECIMAL}"); + sql.SET("surplus_refund_integral = #{record.surplusRefundIntegral,jdbcType=BIGINT}"); sql.SET("ext_1 = #{record.ext1,jdbcType=VARCHAR}"); sql.SET("ext_2 = #{record.ext2,jdbcType=VARCHAR}"); sql.SET("ext_3 = #{record.ext3,jdbcType=VARCHAR}"); @@ -576,6 +606,10 @@ public class BsOrderGoodsSqlProvider { sql.SET("goods_id = #{goodsId,jdbcType=BIGINT}"); } + if (record.getPlatformCode() != null) { + sql.SET("platform_code = #{platformCode,jdbcType=VARCHAR}"); + } + if (record.getImg() != null) { sql.SET("img = #{img,jdbcType=VARCHAR}"); } @@ -632,10 +666,6 @@ public class BsOrderGoodsSqlProvider { sql.SET("integral_discount_price = #{integralDiscountPrice,jdbcType=DECIMAL}"); } - if (record.getPlatformCode() != null) { - sql.SET("platform_code = #{platformCode,jdbcType=VARCHAR}"); - } - if (record.getPayRealPrice() != null) { sql.SET("pay_real_price = #{payRealPrice,jdbcType=DECIMAL}"); } @@ -696,6 +726,18 @@ public class BsOrderGoodsSqlProvider { sql.SET("exception_msg = #{exceptionMsg,jdbcType=VARCHAR}"); } + if (record.getSurplusRefundCount() != null) { + sql.SET("surplus_refund_count = #{surplusRefundCount,jdbcType=INTEGER}"); + } + + if (record.getSurplusRefundPrice() != null) { + sql.SET("surplus_refund_price = #{surplusRefundPrice,jdbcType=DECIMAL}"); + } + + if (record.getSurplusRefundIntegral() != null) { + sql.SET("surplus_refund_integral = #{surplusRefundIntegral,jdbcType=BIGINT}"); + } + if (record.getExt1() != null) { sql.SET("ext_1 = #{ext1,jdbcType=VARCHAR}"); } diff --git a/service/src/main/java/com/hfkj/entity/BsOrderGoods.java b/service/src/main/java/com/hfkj/entity/BsOrderGoods.java index d58a3d1..ce4d9f5 100644 --- a/service/src/main/java/com/hfkj/entity/BsOrderGoods.java +++ b/service/src/main/java/com/hfkj/entity/BsOrderGoods.java @@ -49,9 +49,6 @@ public class BsOrderGoods implements Serializable { */ private String childOrderNo; - /** - * 三方订单号 - */ private String thirdOrderNo; /** @@ -79,6 +76,11 @@ public class BsOrderGoods implements Serializable { */ private Long goodsId; + /** + * 登录平台code + */ + private String platformCode; + /** * 图片 */ @@ -149,11 +151,6 @@ public class BsOrderGoods implements Serializable { */ private Long integralDiscountPrice; - /** - * 登录平台code - */ - private String platformCode; - /** * 实付金额 */ @@ -175,7 +172,7 @@ public class BsOrderGoods implements Serializable { private Integer payType; /** - * 1:待发货 2:已发货 3:配送中 4:已送达 5:已取消 6:退货中 7:已退货 8:待支付 0:删除 + * 支付状态 */ private Integer status; @@ -229,6 +226,21 @@ public class BsOrderGoods implements Serializable { */ private String exceptionMsg; + /** + * 可退款数量 + */ + private Integer surplusRefundCount; + + /** + * 可退款金额 + */ + private BigDecimal surplusRefundPrice; + + /** + * 可退款积分金额 + */ + private Long surplusRefundIntegral; + private String ext1; private String ext2; @@ -341,6 +353,14 @@ public class BsOrderGoods implements Serializable { this.goodsId = goodsId; } + public String getPlatformCode() { + return platformCode; + } + + public void setPlatformCode(String platformCode) { + this.platformCode = platformCode; + } + public String getImg() { return img; } @@ -453,14 +473,6 @@ public class BsOrderGoods implements Serializable { this.integralDiscountPrice = integralDiscountPrice; } - public String getPlatformCode() { - return platformCode; - } - - public void setPlatformCode(String platformCode) { - this.platformCode = platformCode; - } - public BigDecimal getPayRealPrice() { return payRealPrice; } @@ -581,6 +593,30 @@ public class BsOrderGoods implements Serializable { this.exceptionMsg = exceptionMsg; } + public Integer getSurplusRefundCount() { + return surplusRefundCount; + } + + public void setSurplusRefundCount(Integer surplusRefundCount) { + this.surplusRefundCount = surplusRefundCount; + } + + public BigDecimal getSurplusRefundPrice() { + return surplusRefundPrice; + } + + public void setSurplusRefundPrice(BigDecimal surplusRefundPrice) { + this.surplusRefundPrice = surplusRefundPrice; + } + + public Long getSurplusRefundIntegral() { + return surplusRefundIntegral; + } + + public void setSurplusRefundIntegral(Long surplusRefundIntegral) { + this.surplusRefundIntegral = surplusRefundIntegral; + } + public String getExt1() { return ext1; } @@ -604,4 +640,183 @@ public class BsOrderGoods implements Serializable { public void setExt3(String ext3) { this.ext3 = ext3; } + + @Override + public boolean equals(Object that) { + if (this == that) { + return true; + } + if (that == null) { + return false; + } + if (getClass() != that.getClass()) { + return false; + } + BsOrderGoods other = (BsOrderGoods) that; + return (this.getId() == null ? other.getId() == null : this.getId().equals(other.getId())) + && (this.getLogisticsNo() == null ? other.getLogisticsNo() == null : this.getLogisticsNo().equals(other.getLogisticsNo())) + && (this.getFreightPrice() == null ? other.getFreightPrice() == null : this.getFreightPrice().equals(other.getFreightPrice())) + && (this.getDeliveryAddressId() == null ? other.getDeliveryAddressId() == null : this.getDeliveryAddressId().equals(other.getDeliveryAddressId())) + && (this.getDeliveryAddress() == null ? other.getDeliveryAddress() == null : this.getDeliveryAddress().equals(other.getDeliveryAddress())) + && (this.getOrderNo() == null ? other.getOrderNo() == null : this.getOrderNo().equals(other.getOrderNo())) + && (this.getChildOrderNo() == null ? other.getChildOrderNo() == null : this.getChildOrderNo().equals(other.getChildOrderNo())) + && (this.getThirdOrderNo() == null ? other.getThirdOrderNo() == null : this.getThirdOrderNo().equals(other.getThirdOrderNo())) + && (this.getMerId() == null ? other.getMerId() == null : this.getMerId().equals(other.getMerId())) + && (this.getMerName() == null ? other.getMerName() == null : this.getMerName().equals(other.getMerName())) + && (this.getUserId() == null ? other.getUserId() == null : this.getUserId().equals(other.getUserId())) + && (this.getUserPhone() == null ? other.getUserPhone() == null : this.getUserPhone().equals(other.getUserPhone())) + && (this.getGoodsId() == null ? other.getGoodsId() == null : this.getGoodsId().equals(other.getGoodsId())) + && (this.getPlatformCode() == null ? other.getPlatformCode() == null : this.getPlatformCode().equals(other.getPlatformCode())) + && (this.getImg() == null ? other.getImg() == null : this.getImg().equals(other.getImg())) + && (this.getGoodsName() == null ? other.getGoodsName() == null : this.getGoodsName().equals(other.getGoodsName())) + && (this.getGoodsTypeId() == null ? other.getGoodsTypeId() == null : this.getGoodsTypeId().equals(other.getGoodsTypeId())) + && (this.getGoodsTypeName() == null ? other.getGoodsTypeName() == null : this.getGoodsTypeName().equals(other.getGoodsTypeName())) + && (this.getGoodsBrandId() == null ? other.getGoodsBrandId() == null : this.getGoodsBrandId().equals(other.getGoodsBrandId())) + && (this.getGoodsBrandName() == null ? other.getGoodsBrandName() == null : this.getGoodsBrandName().equals(other.getGoodsBrandName())) + && (this.getGoodsSpecsId() == null ? other.getGoodsSpecsId() == null : this.getGoodsSpecsId().equals(other.getGoodsSpecsId())) + && (this.getGoodsSpecsName() == null ? other.getGoodsSpecsName() == null : this.getGoodsSpecsName().equals(other.getGoodsSpecsName())) + && (this.getGoodsSpecsOriginalPrice() == null ? other.getGoodsSpecsOriginalPrice() == null : this.getGoodsSpecsOriginalPrice().equals(other.getGoodsSpecsOriginalPrice())) + && (this.getGoodsCount() == null ? other.getGoodsCount() == null : this.getGoodsCount().equals(other.getGoodsCount())) + && (this.getTotalPrice() == null ? other.getTotalPrice() == null : this.getTotalPrice().equals(other.getTotalPrice())) + && (this.getTotalDeductionPrice() == null ? other.getTotalDeductionPrice() == null : this.getTotalDeductionPrice().equals(other.getTotalDeductionPrice())) + && (this.getCouponDiscountPrice() == null ? other.getCouponDiscountPrice() == null : this.getCouponDiscountPrice().equals(other.getCouponDiscountPrice())) + && (this.getIntegralDiscountPrice() == null ? other.getIntegralDiscountPrice() == null : this.getIntegralDiscountPrice().equals(other.getIntegralDiscountPrice())) + && (this.getPayRealPrice() == null ? other.getPayRealPrice() == null : this.getPayRealPrice().equals(other.getPayRealPrice())) + && (this.getPayChannel() == null ? other.getPayChannel() == null : this.getPayChannel().equals(other.getPayChannel())) + && (this.getPaySerialNo() == null ? other.getPaySerialNo() == null : this.getPaySerialNo().equals(other.getPaySerialNo())) + && (this.getPayType() == null ? other.getPayType() == null : this.getPayType().equals(other.getPayType())) + && (this.getStatus() == null ? other.getStatus() == null : this.getStatus().equals(other.getStatus())) + && (this.getLogisticsStatusDesc() == null ? other.getLogisticsStatusDesc() == null : this.getLogisticsStatusDesc().equals(other.getLogisticsStatusDesc())) + && (this.getLogisticsStatus() == null ? other.getLogisticsStatus() == null : this.getLogisticsStatus().equals(other.getLogisticsStatus())) + && (this.getCreateTime() == null ? other.getCreateTime() == null : this.getCreateTime().equals(other.getCreateTime())) + && (this.getPayTime() == null ? other.getPayTime() == null : this.getPayTime().equals(other.getPayTime())) + && (this.getCancelTime() == null ? other.getCancelTime() == null : this.getCancelTime().equals(other.getCancelTime())) + && (this.getRefundTime() == null ? other.getRefundTime() == null : this.getRefundTime().equals(other.getRefundTime())) + && (this.getFinishTime() == null ? other.getFinishTime() == null : this.getFinishTime().equals(other.getFinishTime())) + && (this.getUpdateTime() == null ? other.getUpdateTime() == null : this.getUpdateTime().equals(other.getUpdateTime())) + && (this.getExceptionStatus() == null ? other.getExceptionStatus() == null : this.getExceptionStatus().equals(other.getExceptionStatus())) + && (this.getExceptionMsg() == null ? other.getExceptionMsg() == null : this.getExceptionMsg().equals(other.getExceptionMsg())) + && (this.getSurplusRefundCount() == null ? other.getSurplusRefundCount() == null : this.getSurplusRefundCount().equals(other.getSurplusRefundCount())) + && (this.getSurplusRefundPrice() == null ? other.getSurplusRefundPrice() == null : this.getSurplusRefundPrice().equals(other.getSurplusRefundPrice())) + && (this.getSurplusRefundIntegral() == null ? other.getSurplusRefundIntegral() == null : this.getSurplusRefundIntegral().equals(other.getSurplusRefundIntegral())) + && (this.getExt1() == null ? other.getExt1() == null : this.getExt1().equals(other.getExt1())) + && (this.getExt2() == null ? other.getExt2() == null : this.getExt2().equals(other.getExt2())) + && (this.getExt3() == null ? other.getExt3() == null : this.getExt3().equals(other.getExt3())); + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((getId() == null) ? 0 : getId().hashCode()); + result = prime * result + ((getLogisticsNo() == null) ? 0 : getLogisticsNo().hashCode()); + result = prime * result + ((getFreightPrice() == null) ? 0 : getFreightPrice().hashCode()); + result = prime * result + ((getDeliveryAddressId() == null) ? 0 : getDeliveryAddressId().hashCode()); + result = prime * result + ((getDeliveryAddress() == null) ? 0 : getDeliveryAddress().hashCode()); + result = prime * result + ((getOrderNo() == null) ? 0 : getOrderNo().hashCode()); + result = prime * result + ((getChildOrderNo() == null) ? 0 : getChildOrderNo().hashCode()); + result = prime * result + ((getThirdOrderNo() == null) ? 0 : getThirdOrderNo().hashCode()); + result = prime * result + ((getMerId() == null) ? 0 : getMerId().hashCode()); + result = prime * result + ((getMerName() == null) ? 0 : getMerName().hashCode()); + result = prime * result + ((getUserId() == null) ? 0 : getUserId().hashCode()); + result = prime * result + ((getUserPhone() == null) ? 0 : getUserPhone().hashCode()); + result = prime * result + ((getGoodsId() == null) ? 0 : getGoodsId().hashCode()); + result = prime * result + ((getPlatformCode() == null) ? 0 : getPlatformCode().hashCode()); + result = prime * result + ((getImg() == null) ? 0 : getImg().hashCode()); + result = prime * result + ((getGoodsName() == null) ? 0 : getGoodsName().hashCode()); + result = prime * result + ((getGoodsTypeId() == null) ? 0 : getGoodsTypeId().hashCode()); + result = prime * result + ((getGoodsTypeName() == null) ? 0 : getGoodsTypeName().hashCode()); + result = prime * result + ((getGoodsBrandId() == null) ? 0 : getGoodsBrandId().hashCode()); + result = prime * result + ((getGoodsBrandName() == null) ? 0 : getGoodsBrandName().hashCode()); + result = prime * result + ((getGoodsSpecsId() == null) ? 0 : getGoodsSpecsId().hashCode()); + result = prime * result + ((getGoodsSpecsName() == null) ? 0 : getGoodsSpecsName().hashCode()); + result = prime * result + ((getGoodsSpecsOriginalPrice() == null) ? 0 : getGoodsSpecsOriginalPrice().hashCode()); + result = prime * result + ((getGoodsCount() == null) ? 0 : getGoodsCount().hashCode()); + result = prime * result + ((getTotalPrice() == null) ? 0 : getTotalPrice().hashCode()); + result = prime * result + ((getTotalDeductionPrice() == null) ? 0 : getTotalDeductionPrice().hashCode()); + result = prime * result + ((getCouponDiscountPrice() == null) ? 0 : getCouponDiscountPrice().hashCode()); + result = prime * result + ((getIntegralDiscountPrice() == null) ? 0 : getIntegralDiscountPrice().hashCode()); + result = prime * result + ((getPayRealPrice() == null) ? 0 : getPayRealPrice().hashCode()); + result = prime * result + ((getPayChannel() == null) ? 0 : getPayChannel().hashCode()); + result = prime * result + ((getPaySerialNo() == null) ? 0 : getPaySerialNo().hashCode()); + result = prime * result + ((getPayType() == null) ? 0 : getPayType().hashCode()); + result = prime * result + ((getStatus() == null) ? 0 : getStatus().hashCode()); + result = prime * result + ((getLogisticsStatusDesc() == null) ? 0 : getLogisticsStatusDesc().hashCode()); + result = prime * result + ((getLogisticsStatus() == null) ? 0 : getLogisticsStatus().hashCode()); + result = prime * result + ((getCreateTime() == null) ? 0 : getCreateTime().hashCode()); + result = prime * result + ((getPayTime() == null) ? 0 : getPayTime().hashCode()); + result = prime * result + ((getCancelTime() == null) ? 0 : getCancelTime().hashCode()); + result = prime * result + ((getRefundTime() == null) ? 0 : getRefundTime().hashCode()); + result = prime * result + ((getFinishTime() == null) ? 0 : getFinishTime().hashCode()); + result = prime * result + ((getUpdateTime() == null) ? 0 : getUpdateTime().hashCode()); + result = prime * result + ((getExceptionStatus() == null) ? 0 : getExceptionStatus().hashCode()); + result = prime * result + ((getExceptionMsg() == null) ? 0 : getExceptionMsg().hashCode()); + result = prime * result + ((getSurplusRefundCount() == null) ? 0 : getSurplusRefundCount().hashCode()); + result = prime * result + ((getSurplusRefundPrice() == null) ? 0 : getSurplusRefundPrice().hashCode()); + result = prime * result + ((getSurplusRefundIntegral() == null) ? 0 : getSurplusRefundIntegral().hashCode()); + result = prime * result + ((getExt1() == null) ? 0 : getExt1().hashCode()); + result = prime * result + ((getExt2() == null) ? 0 : getExt2().hashCode()); + result = prime * result + ((getExt3() == null) ? 0 : getExt3().hashCode()); + return result; + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append(getClass().getSimpleName()); + sb.append(" ["); + sb.append("Hash = ").append(hashCode()); + sb.append(", id=").append(id); + sb.append(", logisticsNo=").append(logisticsNo); + sb.append(", freightPrice=").append(freightPrice); + sb.append(", deliveryAddressId=").append(deliveryAddressId); + sb.append(", deliveryAddress=").append(deliveryAddress); + sb.append(", orderNo=").append(orderNo); + sb.append(", childOrderNo=").append(childOrderNo); + sb.append(", thirdOrderNo=").append(thirdOrderNo); + sb.append(", merId=").append(merId); + sb.append(", merName=").append(merName); + sb.append(", userId=").append(userId); + sb.append(", userPhone=").append(userPhone); + sb.append(", goodsId=").append(goodsId); + sb.append(", platformCode=").append(platformCode); + sb.append(", img=").append(img); + sb.append(", goodsName=").append(goodsName); + sb.append(", goodsTypeId=").append(goodsTypeId); + sb.append(", goodsTypeName=").append(goodsTypeName); + sb.append(", goodsBrandId=").append(goodsBrandId); + sb.append(", goodsBrandName=").append(goodsBrandName); + sb.append(", goodsSpecsId=").append(goodsSpecsId); + sb.append(", goodsSpecsName=").append(goodsSpecsName); + sb.append(", goodsSpecsOriginalPrice=").append(goodsSpecsOriginalPrice); + sb.append(", goodsCount=").append(goodsCount); + sb.append(", totalPrice=").append(totalPrice); + sb.append(", totalDeductionPrice=").append(totalDeductionPrice); + sb.append(", couponDiscountPrice=").append(couponDiscountPrice); + sb.append(", integralDiscountPrice=").append(integralDiscountPrice); + sb.append(", payRealPrice=").append(payRealPrice); + sb.append(", payChannel=").append(payChannel); + sb.append(", paySerialNo=").append(paySerialNo); + sb.append(", payType=").append(payType); + sb.append(", status=").append(status); + sb.append(", logisticsStatusDesc=").append(logisticsStatusDesc); + sb.append(", logisticsStatus=").append(logisticsStatus); + sb.append(", createTime=").append(createTime); + sb.append(", payTime=").append(payTime); + sb.append(", cancelTime=").append(cancelTime); + sb.append(", refundTime=").append(refundTime); + sb.append(", finishTime=").append(finishTime); + sb.append(", updateTime=").append(updateTime); + sb.append(", exceptionStatus=").append(exceptionStatus); + sb.append(", exceptionMsg=").append(exceptionMsg); + sb.append(", surplusRefundCount=").append(surplusRefundCount); + sb.append(", surplusRefundPrice=").append(surplusRefundPrice); + sb.append(", surplusRefundIntegral=").append(surplusRefundIntegral); + sb.append(", ext1=").append(ext1); + sb.append(", ext2=").append(ext2); + sb.append(", ext3=").append(ext3); + sb.append(", serialVersionUID=").append(serialVersionUID); + sb.append("]"); + return sb.toString(); + } } \ No newline at end of file diff --git a/service/src/main/java/com/hfkj/entity/BsOrderGoodsExample.java b/service/src/main/java/com/hfkj/entity/BsOrderGoodsExample.java index d53fbf5..56d6ad6 100644 --- a/service/src/main/java/com/hfkj/entity/BsOrderGoodsExample.java +++ b/service/src/main/java/com/hfkj/entity/BsOrderGoodsExample.java @@ -976,6 +976,76 @@ public class BsOrderGoodsExample { return (Criteria) this; } + public Criteria andPlatformCodeIsNull() { + addCriterion("platform_code is null"); + return (Criteria) this; + } + + public Criteria andPlatformCodeIsNotNull() { + addCriterion("platform_code is not null"); + return (Criteria) this; + } + + public Criteria andPlatformCodeEqualTo(String value) { + addCriterion("platform_code =", value, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeNotEqualTo(String value) { + addCriterion("platform_code <>", value, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeGreaterThan(String value) { + addCriterion("platform_code >", value, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeGreaterThanOrEqualTo(String value) { + addCriterion("platform_code >=", value, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeLessThan(String value) { + addCriterion("platform_code <", value, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeLessThanOrEqualTo(String value) { + addCriterion("platform_code <=", value, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeLike(String value) { + addCriterion("platform_code like", value, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeNotLike(String value) { + addCriterion("platform_code not like", value, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeIn(List values) { + addCriterion("platform_code in", values, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeNotIn(List values) { + addCriterion("platform_code not in", values, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeBetween(String value1, String value2) { + addCriterion("platform_code between", value1, value2, "platformCode"); + return (Criteria) this; + } + + public Criteria andPlatformCodeNotBetween(String value1, String value2) { + addCriterion("platform_code not between", value1, value2, "platformCode"); + return (Criteria) this; + } + public Criteria andImgIsNull() { addCriterion("img is null"); return (Criteria) this; @@ -1866,76 +1936,6 @@ public class BsOrderGoodsExample { return (Criteria) this; } - public Criteria andPlatformCodeIsNull() { - addCriterion("platform_code is null"); - return (Criteria) this; - } - - public Criteria andPlatformCodeIsNotNull() { - addCriterion("platform_code is not null"); - return (Criteria) this; - } - - public Criteria andPlatformCodeEqualTo(String value) { - addCriterion("platform_code =", value, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeNotEqualTo(String value) { - addCriterion("platform_code <>", value, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeGreaterThan(String value) { - addCriterion("platform_code >", value, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeGreaterThanOrEqualTo(String value) { - addCriterion("platform_code >=", value, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeLessThan(String value) { - addCriterion("platform_code <", value, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeLessThanOrEqualTo(String value) { - addCriterion("platform_code <=", value, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeLike(String value) { - addCriterion("platform_code like", value, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeNotLike(String value) { - addCriterion("platform_code not like", value, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeIn(List values) { - addCriterion("platform_code in", values, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeNotIn(List values) { - addCriterion("platform_code not in", values, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeBetween(String value1, String value2) { - addCriterion("platform_code between", value1, value2, "platformCode"); - return (Criteria) this; - } - - public Criteria andPlatformCodeNotBetween(String value1, String value2) { - addCriterion("platform_code not between", value1, value2, "platformCode"); - return (Criteria) this; - } - public Criteria andPayRealPriceIsNull() { addCriterion("pay_real_price is null"); return (Criteria) this; @@ -2876,6 +2876,186 @@ public class BsOrderGoodsExample { return (Criteria) this; } + public Criteria andSurplusRefundCountIsNull() { + addCriterion("surplus_refund_count is null"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountIsNotNull() { + addCriterion("surplus_refund_count is not null"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountEqualTo(Integer value) { + addCriterion("surplus_refund_count =", value, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountNotEqualTo(Integer value) { + addCriterion("surplus_refund_count <>", value, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountGreaterThan(Integer value) { + addCriterion("surplus_refund_count >", value, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountGreaterThanOrEqualTo(Integer value) { + addCriterion("surplus_refund_count >=", value, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountLessThan(Integer value) { + addCriterion("surplus_refund_count <", value, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountLessThanOrEqualTo(Integer value) { + addCriterion("surplus_refund_count <=", value, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountIn(List values) { + addCriterion("surplus_refund_count in", values, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountNotIn(List values) { + addCriterion("surplus_refund_count not in", values, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountBetween(Integer value1, Integer value2) { + addCriterion("surplus_refund_count between", value1, value2, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundCountNotBetween(Integer value1, Integer value2) { + addCriterion("surplus_refund_count not between", value1, value2, "surplusRefundCount"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceIsNull() { + addCriterion("surplus_refund_price is null"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceIsNotNull() { + addCriterion("surplus_refund_price is not null"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceEqualTo(BigDecimal value) { + addCriterion("surplus_refund_price =", value, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceNotEqualTo(BigDecimal value) { + addCriterion("surplus_refund_price <>", value, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceGreaterThan(BigDecimal value) { + addCriterion("surplus_refund_price >", value, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceGreaterThanOrEqualTo(BigDecimal value) { + addCriterion("surplus_refund_price >=", value, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceLessThan(BigDecimal value) { + addCriterion("surplus_refund_price <", value, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceLessThanOrEqualTo(BigDecimal value) { + addCriterion("surplus_refund_price <=", value, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceIn(List values) { + addCriterion("surplus_refund_price in", values, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceNotIn(List values) { + addCriterion("surplus_refund_price not in", values, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceBetween(BigDecimal value1, BigDecimal value2) { + addCriterion("surplus_refund_price between", value1, value2, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundPriceNotBetween(BigDecimal value1, BigDecimal value2) { + addCriterion("surplus_refund_price not between", value1, value2, "surplusRefundPrice"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralIsNull() { + addCriterion("surplus_refund_integral is null"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralIsNotNull() { + addCriterion("surplus_refund_integral is not null"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralEqualTo(Long value) { + addCriterion("surplus_refund_integral =", value, "surplusRefundIntegral"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralNotEqualTo(Long value) { + addCriterion("surplus_refund_integral <>", value, "surplusRefundIntegral"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralGreaterThan(Long value) { + addCriterion("surplus_refund_integral >", value, "surplusRefundIntegral"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralGreaterThanOrEqualTo(Long value) { + addCriterion("surplus_refund_integral >=", value, "surplusRefundIntegral"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralLessThan(Long value) { + addCriterion("surplus_refund_integral <", value, "surplusRefundIntegral"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralLessThanOrEqualTo(Long value) { + addCriterion("surplus_refund_integral <=", value, "surplusRefundIntegral"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralIn(List values) { + addCriterion("surplus_refund_integral in", values, "surplusRefundIntegral"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralNotIn(List values) { + addCriterion("surplus_refund_integral not in", values, "surplusRefundIntegral"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralBetween(Long value1, Long value2) { + addCriterion("surplus_refund_integral between", value1, value2, "surplusRefundIntegral"); + return (Criteria) this; + } + + public Criteria andSurplusRefundIntegralNotBetween(Long value1, Long value2) { + addCriterion("surplus_refund_integral not between", value1, value2, "surplusRefundIntegral"); + return (Criteria) this; + } + public Criteria andExt1IsNull() { addCriterion("ext_1 is null"); return (Criteria) this;