|
|
@@ -12,7 +12,7 @@ where channelid =$channelid$ and sessionid =$sessionid$
|
|
|
insert into tlive_sessiondata(rmkenable, channelid,sessionid,
|
|
|
name, starttime, duration, liveuv, livepv,
|
|
|
playbackpv, playbackuv, createdate, changedate)
|
|
|
-select 0,$channelid$,$sessionid$
|
|
|
+select 0,$channelid$,$sessionid$,
|
|
|
$name$,$starttime$,$duration$,$liveuv$,$livepv$,
|
|
|
$playbackpv$,$playbackuv$,getdate(),getdate()
|
|
|
where not exists (select * from tlive_sessiondata where channelid =$channelid$ and sessionid =$sessionid$)
|