Commit bf4de65d authored by 耿迪迪's avatar 耿迪迪

大屏跳转个人中心及管线一天一检结束时间

parent 381e27d9
...@@ -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());
......
...@@ -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");
}, },
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment