浏览代码

查询赛事项目列表

zengyicheng 1 年之前
父节点
当前提交
9ba287b29f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -5464,7 +5464,7 @@ router.route("/getSchool1").all((req, res, next) => {
 //查询赛事项目列表
 router.route("/selectRaceList1").all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectRaceList1", json["uid"], json["t"], json["oid"]);
+    getmysql(req, res, "selectRaceList1", json["uid"], json["t"], json["oid"], json["org"]);
 });
 
 //修改赛事状态