update xfsg_point_detail_info
set
business_status = #{update.businessStatus},
nine_flow_rate = #{update.nineFlowRate},
ten_flow_rate = #{update.tenFlowRate},
eighteen_flow_rate = #{update.eighteenFlowRate},
nineteen_flow_rate = #{update.nineteenFlowRate},
point_direction = #{update.pointDirection},
site_conditions = #{update.siteConditions},
store_width = #{update.storeWidth},
landlord_username = #{update.landlordUsername},
landlord_mobile = #{update.landlordMobile},
payment_method = #{update.paymentMethod},
property_status = #{update.propertyStatus},
transfer_fee = #{update.transferFee},
cover_community = #{update.coverCommunity},
consumer_ability = #{update.consumerAbility},
flow_rate_calculate = #{update.flowRateCalculate},
gather_guest_farmer_market = #{update.gatherGuestFarmerMarket},
gather_guest_hospital = #{update.gatherGuestHospital},
gather_guest_school = #{update.gatherGuestSchool},
store_flow_trend = #{update.storeFlowTrend},
near_repast = #{update.nearRepast},
near_neighbor = #{update.nearNeighbor},
near_compete = #{update.nearCompete},
near_business_condition = #{update.nearBusinessCondition},
intend_position = #{update.intendPosition},
green_belt = #{update.greenBelt},
store_outlook = #{update.storeOutlook},
guest_convenience = #{update.guestConvenience},
want_shop_size = #{update.wantShopSize},
compete_type = #{update.competeType},
compete_business_capacity = #{update.competeBusinessCapacity},
invest_amount = #{update.investAmount},
day_trader = #{update.dayTrader},
profit_rate = #{update.profitRate},
month_profit_rate = #{update.monthProfitRate},
brand_use_rate = #{update.brandUseRate},
brand_use_fee = #{update.brandUseFee},
staff_fee = #{update.staffFee},
bonus = #{update.bonus},
month_rent = #{update.monthRent},
other_fee = #{update.otherFee},
net_profit = #{update.netProfit},
month_rate_return = #{update.monthRateReturn},
market_size_score = #{update.marketSizeScore},
shop_area_score = #{update.shopAreaScore},
convenient_score = #{update.convenientScore},
environment_score = #{update.environmentScore},
rent_contract = #{update.rentContract},
picture_obj = #{update.pictureObj}
where id = #{update.id}
update xfsg_point_detail_info
month_rent = #{item.monthRent},
update_time = now()
where id = #{item.id}