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
a333a14b
Commit
a333a14b
authored
Jul 05, 2021
by
周晓航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开发 售后单推迟
Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent
9e1d9004
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
order-application-service/src/main/java/cn/freemud/controller/OrderController.java
+0
-8
No files found.
order-application-service/src/main/java/cn/freemud/controller/OrderController.java
View file @
a333a14b
...
@@ -29,7 +29,6 @@ import cn.freemud.utils.ResponseUtil;
...
@@ -29,7 +29,6 @@ import cn.freemud.utils.ResponseUtil;
import
cn.freemud.xxljob.OrderCountJobHandler
;
import
cn.freemud.xxljob.OrderCountJobHandler
;
import
com.freemud.application.sdk.api.log.ApiAnnotation
;
import
com.freemud.application.sdk.api.log.ApiAnnotation
;
import
com.freemud.application.sdk.api.log.LogParams
;
import
com.freemud.application.sdk.api.log.LogParams
;
import
com.freemud.sdk.api.assortment.order.service.order.OrderCenterSdkServiceImpl
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
import
lombok.extern.slf4j.Slf4j
;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
@@ -410,12 +409,5 @@ public class OrderController {
...
@@ -410,12 +409,5 @@ public class OrderController {
return
ResponseUtil
.
success
();
return
ResponseUtil
.
success
();
}
}
@Autowired
OrderCenterSdkServiceImpl
orderCenterSdkService
;
@GetMapping
(
"/test"
)
public
BaseResponse
test
()
{
orderCenterSdkService
.
setAfterSalesOrderTimeOutTask
(
null
,
null
);
return
ResponseUtil
.
success
();
}
}
}
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