insert into s_community( fee_price,address,city_code,map_y,pay_fee_month,map_x,nearby_landmarks,name,tel,state,community_id,community_area ) values ( #{feePrice},#{address},#{cityCode},#{mapY},#{payFeeMonth},#{mapX},#{nearbyLandmarks},#{name},#{tel},#{state},#{communityId},#{communityArea} ) update s_community t set t.status_cd = #{statusCd} ,t.b_id = #{newBId} , t.fee_price= #{feePrice} , t.address= #{address} , t.city_code= #{cityCode} , t.map_y= #{mapY} , t.pay_fee_month= #{payFeeMonth} , t.map_x= #{mapX} , t.nearby_landmarks= #{nearbyLandmarks} , t.name= #{name} , t.tel= #{tel} , t.state= #{state} , t.community_area= #{communityArea} where 1=1 and t.community_id= #{communityId}