lsc 2 lat temu
rodzic
commit
ac61af602b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -1192,7 +1192,7 @@ router.route('/getProblem').all((req, res, next) => {
 //获取用户基本信息
 router.route('/getUserInfo').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "getUserInfo", json['uid']);
+    getmysql(req, res, "getUserInfo", json['uid'], json['cid']);
 });
 //获取项目基本信息
 router.route('/getCourseInfo').all((req, res, next) => {