insert into m_menu_group( group_type,store_type,g_id,name,icon,description,label,seq ) values ( #{groupType},#{storeType},#{gId},#{name},#{icon},#{description},#{label},#{seq} ) update m_menu_group t set t.status_cd = #{statusCd} ,t.b_id = #{newBId} , t.group_type= #{groupType} , t.store_type= #{storeType} , t.name= #{name} , t.icon= #{icon} , t.description= #{description} , t.label= #{label} , t.seq= #{seq} where 1=1 and t.g_id= #{gId}