Commit f161c3b2 authored by wujiang's avatar wujiang

提交时间问题

parent 56784de1
...@@ -51,7 +51,7 @@ public class SurveyInformationDto extends BaseDto { ...@@ -51,7 +51,7 @@ public class SurveyInformationDto extends BaseDto {
@JsonFormat(pattern="yyyy-MM-dd HH:ss:mm") @JsonFormat(pattern="yyyy-MM-dd HH:ss:mm")
@ApiModelProperty(value = "制单时间") @ApiModelProperty(value = "制单时间")
private LocalDateTime creatorTime; private Date creatorTime;
@ApiModelProperty(value = "业主类型") @ApiModelProperty(value = "业主类型")
private String ownerType; private String ownerType;
......
...@@ -70,7 +70,7 @@ public class SurveyInformation extends BaseEntity { ...@@ -70,7 +70,7 @@ public class SurveyInformation extends BaseEntity {
* 制单时间 * 制单时间
*/ */
@TableField("creator_time") @TableField("creator_time")
private LocalDateTime creatorTime; private Date creatorTime;
/** /**
* 业主类型 * 业主类型
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment