Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
4b505707
Commit
4b505707
authored
Mar 30, 2023
by
jinxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业微信退款中状态 删除
parent
3ba6b2e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
LicenceOrderController.java
.../haoban/manage/web/controller/LicenceOrderController.java
+0
-25
No files found.
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/controller/LicenceOrderController.java
View file @
4b505707
...
@@ -133,31 +133,6 @@ public class LicenceOrderController {
...
@@ -133,31 +133,6 @@ public class LicenceOrderController {
}
}
/**
/**
* 订单退款
*
* @param orderId 订单id
* @return
*/
@RequestMapping
(
"licence-order-refund"
)
public
RestResponse
<
Boolean
>
refundLicenceOrder
(
@RequestParam
Long
orderId
,
HttpServletRequest
request
)
{
AuthcenterUserDetails
loginUser
=
(
AuthcenterUserDetails
)
SessionContextUtil
.
getUser
(
request
);
if
(
loginUser
==
null
)
{
return
RestResponse
.
failure
(
Convert
.
toStr
(
HaoBanErrCode
.
ERR_4
.
getCode
()),
HaoBanErrCode
.
ERR_4
.
getMsg
());
}
String
clerkName
=
loginUser
.
getLoginName
();
ServiceResponse
<
LicenceOrderDTO
>
response
=
licenceOrderApiService
.
getLicenceOrderDetail
(
orderId
,
null
);
if
(
response
.
isSuccess
()
&&
null
!=
response
.
getResult
())
{
LicenceOrderDTO
orderDTO
=
response
.
getResult
();
String
enterpriseId
=
orderDTO
.
getEnterpriseId
();
String
wxEnterpriseId
=
orderDTO
.
getWxEnterpriseId
();
Boolean
result
=
licenceOrderApiService
.
updateLicenceOrderType
(
orderId
,
4
,
enterpriseId
,
wxEnterpriseId
,
clerkName
,
0
).
getResult
();
return
RestResponse
.
successResult
(
result
);
}
return
RestResponse
.
failure
(
Convert
.
toStr
(
HaoBanErrCode
.
ERR_5
.
getCode
()),
HaoBanErrCode
.
ERR_5
.
getMsg
());
}
/**
* 订单编号和企业微信订单编号模糊搜索
* 订单编号和企业微信订单编号模糊搜索
*
*
* @param param 模糊查询
* @param param 模糊查询
...
...
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