Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
huaxin-rq
Commits
bf4de65d
Commit
bf4de65d
authored
Aug 11, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏跳转个人中心及管线一天一检结束时间
parent
381e27d9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
TPipeTaskServiceImpl.java
.../com/zehong/system/service/impl/TPipeTaskServiceImpl.java
+1
-0
index.vue
huaxin-web/src/views/bigWindow/Index/index.vue
+2
-1
No files found.
huaxin-system/src/main/java/com/zehong/system/service/impl/TPipeTaskServiceImpl.java
View file @
bf4de65d
...
@@ -101,6 +101,7 @@ public class TPipeTaskServiceImpl implements ITPipeTaskService
...
@@ -101,6 +101,7 @@ public class TPipeTaskServiceImpl implements ITPipeTaskService
//String format = currentDate.format(DateTimeFormatter.ofPattern("yyyy-MM-dd"));
//String format = currentDate.format(DateTimeFormatter.ofPattern("yyyy-MM-dd"));
tPipeTask
.
setCreateTime
(
DateUtils
.
getNowDate
());
tPipeTask
.
setCreateTime
(
DateUtils
.
getNowDate
());
tPipeTask
.
setPushTime
(
Date
.
from
(
currentDate
.
atStartOfDay
().
atZone
(
ZoneId
.
systemDefault
()).
toInstant
()));
tPipeTask
.
setPushTime
(
Date
.
from
(
currentDate
.
atStartOfDay
().
atZone
(
ZoneId
.
systemDefault
()).
toInstant
()));
tPipeTask
.
setTaskEndTime
(
DateUtil
.
parse
(
DateUtil
.
format
(
DateUtils
.
getNowDate
(),
"yyyy-MM-dd 23:59:59"
)));
TPipeTask
query
=
new
TPipeTask
();
TPipeTask
query
=
new
TPipeTask
();
query
.
setPushTime
(
Date
.
from
(
currentDate
.
atStartOfDay
().
atZone
(
ZoneId
.
systemDefault
()).
toInstant
()));
query
.
setPushTime
(
Date
.
from
(
currentDate
.
atStartOfDay
().
atZone
(
ZoneId
.
systemDefault
()).
toInstant
()));
query
.
setPipeTaskType
(
tPipeTask
.
getPipeTaskType
());
query
.
setPipeTaskType
(
tPipeTask
.
getPipeTaskType
());
...
...
huaxin-web/src/views/bigWindow/Index/index.vue
View file @
bf4de65d
...
@@ -76,7 +76,8 @@ export default {
...
@@ -76,7 +76,8 @@ export default {
this
.
currentTabComponent
=
Ind3
;
this
.
currentTabComponent
=
Ind3
;
},
},
back
()
{
back
()
{
this
.
$router
.
push
(
"/checktask/jmchacktask"
);
//this.$router.push("/checktask/jmchacktask");
this
.
$router
.
push
(
"/user/profile"
);
},
},
},
},
};
};
...
...
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