修复水电双击设备操作记录列表接口返回时间格式错误等。
This commit is contained in:
@ -26,7 +26,7 @@ private static final long serialVersionUID = 1L;
|
||||
private Long id;
|
||||
|
||||
/** 开泵时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Excel(name = "开泵时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
@ApiModelProperty("开泵时间")
|
||||
private Date pumpStartTime;
|
||||
|
Reference in New Issue
Block a user