zengyicheng hace 2 años
padre
commit
127ad2502d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -1102,7 +1102,7 @@ router.route('/selectRaceList').all((req, res, next) => {
 //修改赛事状态
 router.route('/updateRaceState').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "updateRaceState", json['id'], json['state']);
+    getmysql(req, res, "updateRaceState", json['id']);
 });