Explorar o código

直播间删除接口错误修复

沈静伟 %!s(int64=4) %!d(string=hai) anos
pai
achega
2037ded292
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/dsb/com/cnd3b/restcontroller/enterprise/live/live.java

+ 1 - 0
src/dsb/com/cnd3b/restcontroller/enterprise/live/live.java

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