Explorar el Código

直播间删除接口错误修复

沈静伟 hace 4 años
padre
commit
2037ded292
Se han modificado 1 ficheros con 1 adiciones y 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();