From 99c7666dab379e1c87b5733d1c35ca8166ead82b Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Tue, 16 Apr 2024 16:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80-=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BA=A7=E9=A9=BE=E6=9F=A5=E8=AF=A2=E5=92=8C=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accompany/sqlmappers/CarGoodsMapper.xml | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/accompany-business/accompany-business-service/src/main/resources/accompany/sqlmappers/CarGoodsMapper.xml b/accompany-business/accompany-business-service/src/main/resources/accompany/sqlmappers/CarGoodsMapper.xml index 13b4585c6..5bc3f1e2b 100644 --- a/accompany-business/accompany-business-service/src/main/resources/accompany/sqlmappers/CarGoodsMapper.xml +++ b/accompany-business/accompany-business-service/src/main/resources/accompany/sqlmappers/CarGoodsMapper.xml @@ -30,6 +30,7 @@ + @@ -93,7 +94,7 @@ id, noble_id, name, pic, effect, price, renew_price, enable, days, seq, create_time, is_noble_limit, is_monster_limit, is_week_star_limit, is_activity_limit, limit_tip_msg, is_sale, label_type, limit_desc, original_price, redirect_link, gold_sale, radish_sale, - radish_price, radish_renew_price, radish_original_price, car_goods_type,other_view_type,view_url + radish_price, radish_renew_price, radish_original_price, car_goods_type,other_view_type,view_url,partition_flag @@ -427,6 +434,9 @@ view_url = #{viewUrl,jdbcType=VARCHAR}, + + partition_flag = #{partitionFlag,jdbcType=INTEGER}, + @@ -460,7 +470,8 @@ radish_price = #{record.radishPrice,jdbcType=INTEGER}, radish_renew_price = #{record.radishRenewPrice,jdbcType=INTEGER}, radish_original_price = #{record.radishOriginalPrice,jdbcType=INTEGER}, - car_goods_type = #{record.carGoodsType,jdbcType=TINYINT} + car_goods_type = #{record.carGoodsType,jdbcType=TINYINT}, + partition_flag = #{record.partitionFlag,jdbcType=INTEGER} @@ -552,6 +563,9 @@ view_url = #{viewUrl,jdbcType=VARCHAR}, + + partition_flag = #{partitionFlag,jdbcType=INTEGER}, + where id = #{id,jdbcType=INTEGER} @@ -584,7 +598,8 @@ radish_original_price = #{radishOriginalPrice,jdbcType=INTEGER}, car_goods_type = #{carGoodsType,jdbcType=TINYINT}, other_view_type = #{otherViewType,jdbcType=BIT}, - view_url = #{viewUrl,jdbcType=VARCHAR} + view_url = #{viewUrl,jdbcType=VARCHAR}, + partition_flag = #{partitionFlag,jdbcType=INTEGER} where id = #{id,jdbcType=INTEGER} \ No newline at end of file