insert into m_menu_group_catalog( store_type,g_id,gc_id,ca_id ) values ( #{storeType},#{gId},#{gcId},#{caId} ) update m_menu_group_catalog t set t.status_cd = #{statusCd} ,t.b_id = #{newBId} , t.store_type= #{storeType} , t.g_id= #{gId} , t.ca_id= #{caId} where 1=1 and t.gc_id= #{gcId}