lsc hace 2 años
padre
commit
daba48d494
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

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