|
@@ -215,7 +215,7 @@ public class live extends Controller {
|
|
|
if (polyv.deleteChannel(channelid)) {
|
|
if (polyv.deleteChannel(channelid)) {
|
|
|
SQLFactory sqlFactory=new SQLFactory(this,"Ö±²¥¼äɾ³ý");
|
|
SQLFactory sqlFactory=new SQLFactory(this,"Ö±²¥¼äɾ³ý");
|
|
|
sqlFactory.addParameter("siteid",siteid);
|
|
sqlFactory.addParameter("siteid",siteid);
|
|
|
- sqlFactory.addParameter("tliveid",tliveid);
|
|
|
|
|
|
|
+ sqlFactory.addParameter("channelid",channelid);
|
|
|
dbConnect.runSqlUpdate(sqlFactory.getSQL());
|
|
dbConnect.runSqlUpdate(sqlFactory.getSQL());
|
|
|
}
|
|
}
|
|
|
return getSucReturnObject().toString();
|
|
return getSucReturnObject().toString();
|