Browse Source

Merge branch 'develop' of gitadmin/tuoheng_lc into release

tags/v1.2.0^2
chengwang 1 year ago
parent
commit
d6906fa03e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tuoheng-admin/src/main/java/com/tuoheng/admin/entity/vo/WarningVO.java

+ 2
- 2
tuoheng-admin/src/main/java/com/tuoheng/admin/entity/vo/WarningVO.java View File

@@ -21,8 +21,8 @@ public class WarningVO {
/**
* 预警时间
*/
@DateTimeFormat(pattern = "yyyy.MM.dd hh:mm:ss")
@JsonFormat(pattern = "yyyy.MM.dd hh:mm:ss", timezone = "GMT+8")
@DateTimeFormat(pattern = "yyyy.MM.dd HH:mm:ss")
@JsonFormat(pattern = "yyyy.MM.dd HH:mm:ss", timezone = "GMT+8")
private Date waringTime;

/**

Loading…
Cancel
Save