Commit 96968703 authored by fangxinjiang's avatar fangxinjiang

实缴查询-fxj

parent 47969eaf
......@@ -264,7 +264,6 @@ public class FileUploadServiceImpl implements FileUploadService {
maxLimit = configLimitMapper.getSysConfigLimitByKey("UPLOAD_MAX_LIMIT");
if (atomicInteger.incrementAndGet() <= maxLimit){
try {
Thread.sleep(1000);
log.error("atomicInteger+1:"+atomicInteger.intValue());
if (CommonConstants.ZERO_STRING.equals(uploadType)){
return uploadImg(file, filePath, type, domain);
......
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