Commit 46375f68 by yangxiujun

fix:修改上传

1 parent 29af5fb0
......@@ -110,10 +110,7 @@ public class FileController {
//上传成功,删除上传的进度条
orderCreateService.delRate(token);
}
if (rate != null && (rate.getTotalCount() == (rate.getErrorCount() + rate.getSuccessCount()))) {
//上传成功,删除上传的进度条
orderCreateService.delRate(token);
}
if (rate == null) {
rate = new FileRateDTO();
rate.setRate("100%");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!