ソースを参照

查询协同学校和被协同学校

zengyicheng 2 年 前
コミット
06794fab32
1 ファイル変更6 行追加0 行削除
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -1247,6 +1247,12 @@ router.route('/selectSchoolNameOrg').all((req, res, next) => {
     getmysql(req, res, "selectSchoolNameOrg", json['org'], json['page'], 10);
 });
 
+//查询协同学校和被协同学校
+router.route('/selectOrgType').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectOrgType", json['t'], json['org'], json['page'], 10);
+});
+
 //新增批注
 router.route('/addPz').all((req, res, next) => {
     postmysql(req, res, "addPz");