Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Lixiaodi
6 years ago
Commit
149f0de84867702ee2ee18763ec03041a21604f1
1 parent
a83d2aea
支持买家退款
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
order/src/main/java/com/yohoufo/order/service/impl/PaymentServiceImpl.java
order/src/main/java/com/yohoufo/order/service/impl/PaymentServiceImpl.java
View file @
149f0de
...
...
@@ -608,7 +608,7 @@ public class PaymentServiceImpl implements IPaymentService {
throw
new
ServiceException
(
ServiceError
.
ORDER_REQUEST_PARM_IS_EMPTY
);
}
// 类型检查
if
(
transferType
<
1
||
transferType
>
3
)
{
if
(
transferType
<
1
||
transferType
>
5
)
{
logger
.
warn
(
"transferMonErr transferType invalid"
);
throw
new
ServiceException
(
ServiceError
.
ORDER_REQUEST_PARM_IS_EMPTY
);
}
...
...
Please
register
or
login
to post a comment