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