Explorar o código

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

zengyicheng hai 1 ano
pai
achega
fee10e7aa0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {
 router.route("/selectStudentAndRecord").all(function(req, res, next) {
     var json = queryString(req.url);
     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);
 });
 });