Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
qianhe-slsy
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
xuwenhao
qianhe-slsy
Commits
905f779b
Commit
905f779b
authored
Mar 29, 2024
by
yuanchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20240329建行支付
parent
7a951f67
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
qianhe-admin/src/main/java/com/qianhe/system/task/WaterTask.java
+1
-1
No files found.
qianhe-admin/src/main/java/com/qianhe/system/task/WaterTask.java
View file @
905f779b
...
@@ -30,7 +30,7 @@ public class WaterTask {
...
@@ -30,7 +30,7 @@ public class WaterTask {
long
difference
=
waterOrder
.
getCreateTime
().
getTime
()
-
DateUtils
.
getNowDate
().
getTime
();
long
difference
=
waterOrder
.
getCreateTime
().
getTime
()
-
DateUtils
.
getNowDate
().
getTime
();
long
hours
=
difference
/
(
60
*
60
*
1000
);
long
hours
=
difference
/
(
60
*
60
*
1000
);
//判断该订单是否已超过十二小时
//判断该订单是否已超过十二小时
if
(
hours
>
12
){
if
(
hours
>
24
){
//普通订单,修改订单状态为已完成
//普通订单,修改订单状态为已完成
//判断送水工是否点击已送达
//判断送水工是否点击已送达
if
(
waterOrder
.
getCompleteState
()
==
1
){
if
(
waterOrder
.
getCompleteState
()
==
1
){
...
...
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