lsc 2 lat temu
rodzic
commit
bf4bc019cc
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -1344,6 +1344,11 @@ 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('/selectStudentCourseNew22Mode').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectStudentCourseNew22Mode", json['type'], json['uid'], json['oid'], json['org'], json['typea'], json['typeb'], json['typec'], json['typed'], json['typef'], json['typeE'], json['cu'], json['cn']);
+});
+
 //查询协同编辑课程
 router.route('/selectCourseTeam').all((req, res, next) => {
     var json = queryString(req.url);