Explorar el Código

根据市级用户查询评审员

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

+ 1 - 1
pbl.js

@@ -502,7 +502,7 @@ router.route('/selectAllEvaluation').all((req, res, next) => {
 /* 根据市级用户查询评审员 */
 router.route('/selectReviewer').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectReviewer", json['uid'], json['cu'], json['cn'], json['page'], 10);
+    getmysql(req, res, "selectReviewer", json['uid'], json['cn'], json['page'], 10);
 });
 
 router.route('/addWorkNew').all((req, res, next) => {