lsc il y a 2 ans
Parent
commit
eb0a977010
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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);