|
@@ -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']);
|
|
|
});
|
|
|
|
|
|
|