insert into u_org_community( org_name,community_name,community_id,store_id,org_id,org_community_id ) values ( #{orgName},#{communityName},#{communityId},#{storeId},#{orgId},#{orgCommunityId} ) update u_org_community t set t.status_cd = #{statusCd} ,t.b_id = #{newBId} , t.org_name= #{orgName} , t.community_name= #{communityName} , t.community_id= #{communityId} , t.store_id= #{storeId} , t.org_id= #{orgId} where 1=1 and t.org_community_id= #{orgCommunityId}