Commit 95b8f085 by yangxiujun

fix:优化提示语

1 parent 7f8b07c5
......@@ -279,7 +279,7 @@ public class OrderCreateServiceImpl implements OrderCreateService {
local.set(errorList);
}
Integer successCount = 0;
if (cachedDataList.size() == 0) {
if (cachedDataList.size() == 0 && errorList.size() == 0) {
throw new BusinessException("模版数据不能为空");
}
if (tokenCount.get(token) != null) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!