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
6374c4d9
Commit
6374c4d9
authored
Jul 29, 2019
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
122
parent
36067bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
RentDepositJobHandler.java
...aoqi/security/admin/jobhandler/RentDepositJobHandler.java
+3
-2
No files found.
ace-modules/ace-admin/src/main/java/com/github/wxiaoqi/security/admin/jobhandler/RentDepositJobHandler.java
View file @
6374c4d9
...
@@ -19,7 +19,7 @@ import java.io.Serializable;
...
@@ -19,7 +19,7 @@ import java.io.Serializable;
*/
*/
@JobHandler
(
value
=
"walletHandler"
)
@JobHandler
(
value
=
"walletHandler"
)
@Component
@Component
@Slf4j
//
@Slf4j
public
class
RentDepositJobHandler
extends
IJobHandler
{
public
class
RentDepositJobHandler
extends
IJobHandler
{
// @Autowired
// @Autowired
...
@@ -28,7 +28,8 @@ public class RentDepositJobHandler extends IJobHandler {
...
@@ -28,7 +28,8 @@ public class RentDepositJobHandler extends IJobHandler {
@Override
@Override
public
ReturnT
<
String
>
execute
(
String
var1
)
throws
Exception
{
public
ReturnT
<
String
>
execute
(
String
var1
)
throws
Exception
{
try
{
try
{
log
.
info
(
"-----定时器进入---walletHandler---"
);
XxlJobLogger
.
log
(
"-----定时器进入---walletHandler---"
);
// log.info("-----定时器进入---walletHandler---");
// myWaterBiz.updTodayAmount();
// myWaterBiz.updTodayAmount();
ReturnT
returnT
=
new
ReturnT
(){{
ReturnT
returnT
=
new
ReturnT
(){{
setCode
(
100
);
setCode
(
100
);
...
...
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