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