lsc 2 vuotta sitten
vanhempi
commit
fd04900280
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -1350,6 +1350,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'], json['pageSize']);
 });
+router.route('/selectStudentCourseNew222').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectStudentCourseNew222", 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'], json['pageSize']);
+});
 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']);