浏览代码

幼儿园学生评价获取学生列表

zengyicheng 1 年之前
父节点
当前提交
fee10e7aa0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -5194,7 +5194,7 @@ router.route("/selectManyClassStudent").all(function(req, res, next) {
 //幼儿园学生评价获取学生列表
 router.route("/selectStudentAndRecord").all(function(req, res, next) {
     var json = queryString(req.url);
-    getmysql(req, res, "selectStudentAndRecord", json['cid'], json['cu'], json['cn'], json['page'], 10);
+    getmysql(req, res, "selectStudentAndRecord", json['cid'], json['cu'], json['cn'], json['oid'], json['page'], 10);
 });