lsc 2 years ago
parent
commit
c3e3b11bf5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -1729,6 +1729,11 @@ router.route('/selectAllType').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectAllType", json['org'], json['oid']);
 });
+//查询分类及所有子分类
+router.route('/selectAllTypeS').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectAllTypeS", json['org'], json['oid']);
+});
 //查询分类及子分类
 router.route('/selectType').all((req, res, next) => {
     var json = queryString(req.url);