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
ff56d131
Commit
ff56d131
authored
Aug 29, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调度调整
parent
d74c428f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
VehicleJobHandler.java
...m/xxfc/platform/vehicle/jobhandler/VehicleJobHandler.java
+5
-6
No files found.
xx-vehicle/xx-vehicle-server/src/main/java/com/xxfc/platform/vehicle/jobhandler/VehicleJobHandler.java
View file @
ff56d131
...
@@ -9,6 +9,7 @@ import com.xxl.job.core.biz.model.ReturnT;
...
@@ -9,6 +9,7 @@ import com.xxl.job.core.biz.model.ReturnT;
import
com.xxl.job.core.handler.IJobHandler
;
import
com.xxl.job.core.handler.IJobHandler
;
import
com.xxl.job.core.handler.annotation.JobHandler
;
import
com.xxl.job.core.handler.annotation.JobHandler
;
import
com.xxl.job.core.log.XxlJobLogger
;
import
com.xxl.job.core.log.XxlJobLogger
;
import
lombok.RequiredArgsConstructor
;
import
org.apache.commons.collections.CollectionUtils
;
import
org.apache.commons.collections.CollectionUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
...
@@ -25,16 +26,14 @@ import java.util.stream.Collectors;
...
@@ -25,16 +26,14 @@ import java.util.stream.Collectors;
*/
*/
@JobHandler
(
value
=
"vehicle_job_handler"
)
@JobHandler
(
value
=
"vehicle_job_handler"
)
@Component
(
"vehicle_job_handler"
)
@Component
(
"vehicle_job_handler"
)
@RequiredArgsConstructor
(
onConstructor
=
@__
(
@Autowired
))
public
class
VehicleJobHandler
extends
IJobHandler
{
public
class
VehicleJobHandler
extends
IJobHandler
{
@Autowired
private
final
VehicleBiz
vehicleBiz
;
private
VehicleBiz
vehicleBiz
;
@Autowired
private
final
VehicleBookInfoBiz
vehicleBookInfoBiz
;
private
VehicleBookInfoBiz
vehicleBookInfoBiz
;
@Autowired
private
final
ThirdFeign
thirdFeign
;
private
ThirdFeign
thirdFeign
;
private
static
final
String
DIC_VEHICLE_TYPE
=
"VEHICLE"
;
private
static
final
String
DIC_VEHICLE_TYPE
=
"VEHICLE"
;
...
...
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