Commit 7f8b07c5 by yangxiujun

fix:修改上传

1 parent 72351f0c
...@@ -279,6 +279,9 @@ public class OrderCreateServiceImpl implements OrderCreateService { ...@@ -279,6 +279,9 @@ public class OrderCreateServiceImpl implements OrderCreateService {
local.set(errorList); local.set(errorList);
} }
Integer successCount = 0; Integer successCount = 0;
if (cachedDataList.size() == 0) {
throw new BusinessException("模版数据不能为空");
}
if (tokenCount.get(token) != null) { if (tokenCount.get(token) != null) {
throw new BusinessException("用户正在上传中,请稍后再试"); throw new BusinessException("用户正在上传中,请稍后再试");
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!