Explorar el Código

Merge branch 'develop' of gitadmin/tuoheng_lc into release

tags/v1.2.0^2
chengwang hace 1 año
padre
commit
d6906fa03e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

@@ -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;

/**

Cargando…
Cancelar
Guardar