Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
80fcb196
Commit
80fcb196
authored
Nov 25, 2020
by
hezhen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master_chw_publish' into dev-chw
parents
2f54e116
3d543d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
OrderPulishReceiveService.java
...xfc/platform/order/service/OrderPulishReceiveService.java
+2
-1
No files found.
xx-order/xx-order-server/src/main/java/com/xxfc/platform/order/service/OrderPulishReceiveService.java
View file @
80fcb196
...
@@ -29,6 +29,7 @@ import java.time.format.DateTimeFormatter;
...
@@ -29,6 +29,7 @@ import java.time.format.DateTimeFormatter;
import
java.util.*
;
import
java.util.*
;
import
static
com
.
github
.
wxiaoqi
.
security
.
common
.
constant
.
CommonConstants
.
SYS_FALSE
;
import
static
com
.
github
.
wxiaoqi
.
security
.
common
.
constant
.
CommonConstants
.
SYS_FALSE
;
import
static
com
.
github
.
wxiaoqi
.
security
.
common
.
constant
.
CommonConstants
.
SYS_TRUE
;
import
static
com
.
xxfc
.
platform
.
universal
.
constant
.
DictionaryKey
.
APP_ORDER
;
import
static
com
.
xxfc
.
platform
.
universal
.
constant
.
DictionaryKey
.
APP_ORDER
;
@Service
@Service
...
@@ -181,7 +182,7 @@ public class OrderPulishReceiveService extends AbstractOrderHandle<OrderPulishRe
...
@@ -181,7 +182,7 @@ public class OrderPulishReceiveService extends AbstractOrderHandle<OrderPulishRe
BaseOrder
baseOrder
=
baseOrderBiz
.
selectOne
(
new
BaseOrder
()
{{
BaseOrder
baseOrder
=
baseOrderBiz
.
selectOne
(
new
BaseOrder
()
{{
setNo
(
receiveRefundDTO
.
getOrderNo
());
setNo
(
receiveRefundDTO
.
getOrderNo
());
}});
}});
if
(
baseOrder
==
null
||
!
baseOrder
.
getHasPay
().
equals
(
SYS_
FALS
E
)){
if
(
baseOrder
==
null
||
!
baseOrder
.
getHasPay
().
equals
(
SYS_
TRU
E
)){
throw
new
BaseException
(
"该订单无法退款"
,
ResultCode
.
FAILED_CODE
);
throw
new
BaseException
(
"该订单无法退款"
,
ResultCode
.
FAILED_CODE
);
}
}
String
refundDesc
=
receiveRefundDTO
.
getRefundDesc
();
String
refundDesc
=
receiveRefundDTO
.
getRefundDesc
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment