增加x轴时间线

This commit is contained in:
syruan 2024-09-28 18:13:03 +08:00
parent 4beef2a893
commit de7ec4c955
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ public class ProjectDetailsViewServiceImpl {
// 截取时间 定义x轴
if (record != null && record.getJcTime() != null) {
// 从yyyy-MM-dd hh:mm:ss 截取小时分钟
record.setXTime(record.getJcTime().substring(11, 16));
}
}
return AjaxResult.success(records);