Commit 29af5fb0 by yangxiujun

fix:修改上传

1 parent 92f78aef
...@@ -466,11 +466,7 @@ public class OrderCreateServiceImpl implements OrderCreateService { ...@@ -466,11 +466,7 @@ public class OrderCreateServiceImpl implements OrderCreateService {
//每次上传成功更新上传进度条 //每次上传成功更新上传进度条
fileRateDTO.setSuccessCount((fileRateDTO.getSuccessCount() == null ? 0 : fileRateDTO.getSuccessCount() )+1); fileRateDTO.setSuccessCount((fileRateDTO.getSuccessCount() == null ? 0 : fileRateDTO.getSuccessCount() )+1);
tokenCount.put(token,fileRateDTO); tokenCount.put(token,fileRateDTO);
try {
Thread.sleep(1000*5);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
} }
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!