|
@@ -5481,7 +5481,7 @@ router.route("/getTestWorks").all((req, res, next) => {
|
|
|
//评测中心-获取评测提交详情
|
|
|
router.route("/getTestWorks2").all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
- getmysql(req, res, "getTestWorks2", json["cid"], json["uid"]);
|
|
|
+ getmysql(req, res, "getTestWorks2", json["cid"], json["tid"]);
|
|
|
});
|
|
|
|
|
|
//评测中心-获取评测提交详情
|