lsc 2 jaren geleden
bovenliggende
commit
8a2d110ca2
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -1238,7 +1238,7 @@ router.route('/selectCourseNew2').all((req, res, next) => {
 });
 router.route('/selectStudentCourseNew2').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectStudentCourseNew2", json['type'], json['uid'], json['oid'], json['typea'], json['typeb'], json['typec'], json['typed'], json['typeE'], json['cu'], json['cn'], json['page'], 10);
+    getmysql(req, res, "selectStudentCourseNew2", json['type'], json['uid'], json['oid'], json['oid'], json['typea'], json['typeb'], json['typec'], json['typed'], json['typeE'], json['cu'], json['cn'], json['page'], 10);
 });
 //查询协同编辑课程
 router.route('/selectCourseTeam').all((req, res, next) => {