You've already forked FrameTour-BE
```
style(app): 调整日期格式显示 - 将日期时间格式从 yyyy-MM-dd HH:mm 修改为 yyyy-MM-dd ```
This commit is contained in:
@@ -167,7 +167,7 @@ public class AppPuzzleController {
|
||||
|
||||
// 格式化日期时间
|
||||
String datetimeLine = record.getCreateTime() != null
|
||||
? DateUtil.format(record.getCreateTime(), "yyyy-MM-dd HH:mm")
|
||||
? DateUtil.format(record.getCreateTime(), "yyyy-MM-dd")
|
||||
: "";
|
||||
|
||||
// 构建水印请求
|
||||
|
||||
Reference in New Issue
Block a user