lsc 1 년 전
부모
커밋
8858fbaf52
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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']);
 });