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