增加x轴时间线
This commit is contained in:
parent
4beef2a893
commit
de7ec4c955
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue