root 1 year ago
parent
commit
752c22f7f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/message.js

+ 1 - 1
node/message.js

@@ -2306,7 +2306,7 @@ us.getcscldata = function (response, calssid, pageid, userid) {
         //如果不存在则去数据库查找
         us.mysql.usselect(['172.16.12.5', 'pbl', 'select_room', calssid],
             function (ret) {
-                var _user = us.getuserbytype(us.cscl[calssid].user);
+                var _user = [];
                 if (ret) {
                     ret[0][0].user = _user; //这里是项目当前所有用户
                     response.end(JSON.stringify(ret)); //返回文档内容