lsc il y a 1 an
Parent
commit
8858fbaf52
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      pbl.js

+ 2 - 2
pbl.js

@@ -688,9 +688,9 @@ router.route('/selectWorksDetail2').all((req, res, next) => {
 });
 
 //查询作业详情
-router.route('/selectWorksDetail2-u').all((req, res, next) => {
+router.route('/selectWorksDetail2u').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectWorksDetail2-u", json['uid'], json['cid'], json['stage'], json['task'], json['tool'], json['type'], json['atool']);
+    getmysql(req, res, "selectWorksDetail2u", json['uid'], json['cid'], json['stage'], json['task'], json['tool'], json['type'], json['atool']);
 });