Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
order-center-tool-2
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
陈文明
order-center-tool-2
Commits
46a91fff
Commit
46a91fff
authored
Apr 15, 2025
by
zhuxiaofeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
5c3e5256
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
10 deletions
+24
-10
ListSellerConst.java
...a/com/zm/order/tool/server/constants/ListSellerConst.java
+5
-1
ListSellerRefundConst.java
...zm/order/tool/server/constants/ListSellerRefundConst.java
+5
-0
UpgradeSellerLists.java
...om/zm/order/tool/server/constants/UpgradeSellerLists.java
+5
-0
OrderConvertTask.java
...a/com/zm/order/tool/server/listener/OrderConvertTask.java
+9
-9
No files found.
src/main/java/com/zm/order/tool/server/constants/ListSellerConst.java
View file @
46a91fff
...
...
@@ -16,7 +16,6 @@ public class ListSellerConst {
public
static
List
<
Long
>
list
=
new
ArrayList
<>();
static
{
list
.
add
(
216585L
);
list
.
add
(
218534L
);
list
.
add
(
218608L
);
...
...
@@ -26,6 +25,11 @@ public class ListSellerConst {
list
.
add
(
220641L
);
list
.
add
(
213637L
);
list
.
add
(
218430L
);
list
.
add
(
216385L
);
list
.
add
(
213951L
);
list
.
add
(
205387L
);
list
.
add
(
34639L
);
list
.
add
(
206429L
);
list
.
add
(
50331L
);
...
...
src/main/java/com/zm/order/tool/server/constants/ListSellerRefundConst.java
View file @
46a91fff
...
...
@@ -26,6 +26,11 @@ public class ListSellerRefundConst {
list
.
add
(
220641L
);
list
.
add
(
213637L
);
list
.
add
(
218430L
);
list
.
add
(
216385L
);
list
.
add
(
213951L
);
list
.
add
(
205387L
);
list
.
add
(
34639L
);
list
.
add
(
206429L
);
list
.
add
(
50331L
);
...
...
src/main/java/com/zm/order/tool/server/constants/UpgradeSellerLists.java
View file @
46a91fff
...
...
@@ -1355,5 +1355,10 @@ public class UpgradeSellerLists {
LIST
.
add
(
209669L
);
LIST
.
add
(
204923L
);
LIST
.
add
(
206286L
);
LIST
.
add
(
218430L
);
LIST
.
add
(
216385L
);
LIST
.
add
(
213951L
);
LIST
.
add
(
205387L
);
}
}
src/main/java/com/zm/order/tool/server/listener/OrderConvertTask.java
View file @
46a91fff
...
...
@@ -49,7 +49,7 @@ public class OrderConvertTask {
private
OrderRoutingRefundService
refundService
;
//
@Async
@Scheduled
(
cron
=
"0
40 20
* * ?"
)
@Scheduled
(
cron
=
"0
25 22
* * ?"
)
public
Result
execute1
()
{
Result
result
=
new
Result
();
try
{
...
...
@@ -65,7 +65,7 @@ public class OrderConvertTask {
}
@Async
@Scheduled
(
cron
=
"0
45 20
* * ?"
)
@Scheduled
(
cron
=
"0
25 22
* * ?"
)
public
Result
execute2
()
{
Result
result
=
new
Result
();
try
{
...
...
@@ -81,7 +81,7 @@ public class OrderConvertTask {
}
@Async
@Scheduled
(
cron
=
"0
45 20
* * ?"
)
@Scheduled
(
cron
=
"0
25 22
* * ?"
)
public
Result
execute3
()
{
Result
result
=
new
Result
();
try
{
...
...
@@ -98,7 +98,7 @@ public class OrderConvertTask {
}
@Async
@Scheduled
(
cron
=
"0
45 20
* * ?"
)
@Scheduled
(
cron
=
"0
25 22
* * ?"
)
public
Result
execute4
()
{
Result
result
=
new
Result
();
try
{
...
...
@@ -114,7 +114,7 @@ public class OrderConvertTask {
}
@Async
@Scheduled
(
cron
=
"0
45 20
* * ?"
)
@Scheduled
(
cron
=
"0
25 22
* * ?"
)
public
Result
execute5
()
{
Result
result
=
new
Result
();
try
{
...
...
@@ -130,7 +130,7 @@ public class OrderConvertTask {
}
@Async
@Scheduled
(
cron
=
"0
45 20
* * ?"
)
@Scheduled
(
cron
=
"0
25 22
* * ?"
)
public
Result
execute6
()
{
Result
result
=
new
Result
();
try
{
...
...
@@ -147,7 +147,7 @@ public class OrderConvertTask {
@Async
@Scheduled
(
cron
=
"0
45 20
* * ?"
)
@Scheduled
(
cron
=
"0
25 22
* * ?"
)
public
Result
execute7
()
{
Result
result
=
new
Result
();
try
{
...
...
@@ -164,7 +164,7 @@ public class OrderConvertTask {
@Async
@Scheduled
(
cron
=
"0
45 20
* * ?"
)
@Scheduled
(
cron
=
"0
25 22
* * ?"
)
public
Result
execute8
()
{
Result
result
=
new
Result
();
try
{
...
...
@@ -181,7 +181,7 @@ public class OrderConvertTask {
//
@Async
@Scheduled
(
cron
=
"0
59 22
* * ?"
)
@Scheduled
(
cron
=
"0
30 5
* * ?"
)
public
Result
executeRefund
()
{
Result
result
=
new
Result
();
try
{
...
...
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