Explorar o código

查询赛事项目列表

zengyicheng hai 1 ano
pai
achega
9ba287b29f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]);
 });
 
 //修改赛事状态