lsc 1 éve
szülő
commit
df828d5ebb
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -391,6 +391,12 @@ router.route('/selectUserByOidS2').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectUserByOidS2", json['oid'], json['org'], json['cu'], json['cn'], json['page'], json['pageSize']);
 });
+/* 查询全部用户 */
+router.route('/selectUserByOidS2Studio').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectUserByOidS2Studio", json['oid'], json['org'], json['cu'], json['cn'], json['page'], json['pageSize']);
+});
+
 
 /* 查询班级是否有重复 */
 router.route('/selectC').all((req, res, next) => {