zengyicheng 2 lat temu
rodzic
commit
725284e2e7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -813,7 +813,7 @@ router.route('/deletePtype').all((req, res, next) => {
 //查询子分类列表
 router.route('/selectStype').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectStype", json["pid"], json["page"], 10);
+    getmysql(req, res, "selectStype", json["pid"], json["oid"], json["page"], 10);
 });
 //添加子分类
 router.route('/addStype').all((req, res, next) => {