Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7f8b07c5
authored
Jan 11, 2024
by
yangxiujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改上传
1 parent
72351f0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/service/impl/OrderCreateServiceImpl.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/OrderCreateServiceImpl.java
View file @
7f8b07c
...
...
@@ -279,6 +279,9 @@ public class OrderCreateServiceImpl implements OrderCreateService {
local
.
set
(
errorList
);
}
Integer
successCount
=
0
;
if
(
cachedDataList
.
size
()
==
0
)
{
throw
new
BusinessException
(
"模版数据不能为空"
);
}
if
(
tokenCount
.
get
(
token
)
!=
null
)
{
throw
new
BusinessException
(
"用户正在上传中,请稍后再试"
);
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment