id, point_code, point_name, region_id, shop_id, line_id, point_area, longitude, latitude, address, development_manager, operate_user_id, development_time, point_status, point_score, select_status, submit_audit_count, point_source, deleted, create_time, update_time, province, city, district, township, opportunity_point_code, opportunity_point_name, province_code, city_code, district_code, point_location update xfsg_point_info set development_manager = #{developmentManager} where shop_id = #{shopId} and select_status = '1' and deleted = 0 update xfsg_point_info set line_id = null, shop_id = null, select_status = 0, update_time = now(), point_status = if(point_status = 6, 5, point_status) where id = #{pointId} update xfsg_point_info set point_name = #{request.pointName}, region_id = #{request.regionId}, point_area = #{request.pointArea}, latitude = #{request.latitude}, longitude = #{request.longitude}, address = #{request.address}, province = #{request.province}, city = #{request.city}, district = #{request.district}, township = #{request.township}, point_score = #{request.pointScore}, opportunity_point_code = #{request.opportunityPointCode}, opportunity_point_name = #{request.opportunityPointName}, province_code = #{request.provinceCode}, city_code = #{request.cityCode}, district_code = #{request.districtCode}, point_location = #{request.pointLocation} where id = #{request.id} update xfsg_point_info province = #{item.province}, address = #{item.address}, city = #{item.city}, district = #{item.district}, point_area = #{item.pointArea} where id = #{item.id}