lsc 2 år sedan
förälder
incheckning
eb0a977010
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

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