Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
1bea5f4a
Commit
1bea5f4a
authored
Dec 16, 2022
by
查志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C端退款增加配置校验
parent
47df9630
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
order-management/src/main/java/cn/freemud/management/service/handle/OrderVerifyHandle.java
+0
-1
No files found.
order-management/src/main/java/cn/freemud/management/service/handle/OrderVerifyHandle.java
View file @
1bea5f4a
...
@@ -608,7 +608,6 @@ public class OrderVerifyHandle {
...
@@ -608,7 +608,6 @@ public class OrderVerifyHandle {
* @return true=可同意退款
* @return true=可同意退款
*/
*/
private
boolean
getRefundConfig
(
String
partnerId
,
Integer
orderType
,
Integer
bizType
,
Integer
marketType
,
Integer
orderState
,
String
extStr
)
{
private
boolean
getRefundConfig
(
String
partnerId
,
Integer
orderType
,
Integer
bizType
,
Integer
marketType
,
Integer
orderState
,
String
extStr
)
{
boolean
isFinishRefund
=
false
;
// [华莱士20210410] 微商城订单判断
// [华莱士20210410] 微商城订单判断
if
(
Objects
.
equals
(
BizTypeEnum
.
MALL
.
getBizType
(),
bizType
)){
if
(
Objects
.
equals
(
BizTypeEnum
.
MALL
.
getBizType
(),
bizType
)){
// 除 未支付 拒单 和 取消外,其他可退款
// 除 未支付 拒单 和 取消外,其他可退款
...
...
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