|
@@ -1303,7 +1303,7 @@ public class TEExamServiceImpl extends ServiceImpl<TEExamMapper, TEExam> impleme
|
|
|
task.setStatus(TaskStatusEnum.FINISH);
|
|
|
task.setFinishTime(System.currentTimeMillis());
|
|
|
JSONObject json = new JSONObject();
|
|
|
- String reportFilePath = "/" + sdf.format(new Date()) + "/" + uuid() + SystemConstant.TXT_PREFIX;
|
|
|
+ String reportFilePath = sdf.format(new Date()) + "/" + uuid() + SystemConstant.TXT_PREFIX;
|
|
|
json.put("path", reportFilePath);
|
|
|
json.put("type", SystemConstant.OSS);
|
|
|
ossUtil.upload(false, reportFilePath, e.getMessage());
|