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