lsc hai 1 ano
pai
achega
895fd10142
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

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