Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
windows
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
zhanhai
windows
Commits
8b4d5033
Commit
8b4d5033
authored
Nov 22, 2023
by
LSL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结清默认结清账单
parent
011f1050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
BackedBurdenJob.java
src/main/java/com/jqtx/windows/job/BackedBurdenJob.java
+10
-0
No files found.
src/main/java/com/jqtx/windows/job/BackedBurdenJob.java
View file @
8b4d5033
...
@@ -6,8 +6,10 @@ import cn.hutool.core.util.CharsetUtil;
...
@@ -6,8 +6,10 @@ import cn.hutool.core.util.CharsetUtil;
import
cn.hutool.extra.ssh.Sftp
;
import
cn.hutool.extra.ssh.Sftp
;
import
com.jqtx.infrastructure.oss.starter.config.OssUtils
;
import
com.jqtx.infrastructure.oss.starter.config.OssUtils
;
import
com.jqtx.windows.common.config.snow.SnowSequenceHelper
;
import
com.jqtx.windows.common.config.snow.SnowSequenceHelper
;
import
com.jqtx.windows.component.BackedDetailComponent
;
import
com.jqtx.windows.component.LoanComponent
;
import
com.jqtx.windows.component.LoanComponent
;
import
com.jqtx.windows.component.LoanPlanComponent
;
import
com.jqtx.windows.component.LoanPlanComponent
;
import
com.jqtx.windows.component.LoanRepayComponent
;
import
com.jqtx.windows.component.enums.LoanStatusEnum
;
import
com.jqtx.windows.component.enums.LoanStatusEnum
;
import
com.jqtx.windows.component.impl.BackedBurdenComponentImpl
;
import
com.jqtx.windows.component.impl.BackedBurdenComponentImpl
;
import
com.jqtx.windows.component.model.*
;
import
com.jqtx.windows.component.model.*
;
...
@@ -44,6 +46,12 @@ public class BackedBurdenJob {
...
@@ -44,6 +46,12 @@ public class BackedBurdenJob {
@Autowired
@Autowired
private
LoanComponent
loanComponent
;
private
LoanComponent
loanComponent
;
@Autowired
private
LoanRepayComponent
loanRepayComponent
;
@Autowired
private
BackedDetailComponent
backedDetailComponent
;
@XxlJob
(
"backedBurdenJob"
)
@XxlJob
(
"backedBurdenJob"
)
public
void
run
()
{
public
void
run
()
{
...
@@ -129,6 +137,8 @@ public class BackedBurdenJob {
...
@@ -129,6 +137,8 @@ public class BackedBurdenJob {
//修改 windows_loan 还款状态
//修改 windows_loan 还款状态
LoanModel
loanModel
=
loanComponent
.
getByLoanNo
(
model
.
getLoanNo
());
LoanModel
loanModel
=
loanComponent
.
getByLoanNo
(
model
.
getLoanNo
());
upWindowsLoan
(
loanModel
);
upWindowsLoan
(
loanModel
);
loanRepayComponent
.
insert
(
repayModel
);
backedDetailComponent
.
insert
(
backedDetailModel
);
}
}
/**
/**
...
...
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