DECLARE @strTableName  varchar(50) -- 事件的数据表
SET @strTableName = ( SELECT cnvcTableName FROM tbURLType WHERE cniTypeID = @strURLType )
Exec('UPDATE '+@strTableName+' SET cncIsReseach = ''1''')