Commit 32db0ee9 by 陶光胜

取数平台日志

parent 35cf4c60
......@@ -122,9 +122,9 @@ public class DownloadTaskController {
@RequestMapping("/get-task-process")
public DownloadProcessVO getDownloadProcess(){
DownloadProcessDTO downloadProcess = this.downloadTaskService.getDownloadProcess();
Integer unit = 8;
Integer unit = 60*2*1000;
DownloadProcessVO vo = new DownloadProcessVO();
vo.setMilliSecond(downloadProcess.getDataAmount()*unit);
vo.setMilliSecond(downloadProcess.getTaskAmount()*unit);
vo.setTaskAmount(downloadProcess.getTaskAmount());
return vo;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment