陈昶聿
6 天以前 02366841cfff737e4fd233440d5e5a4bbad58d84
【省立同德】处理时区报错问题
已修改5个文件
10 ■■■■■ 文件已修改
smartor/src/main/java/com/smartor/domain/PatTaskRelevance.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/java/com/smartor/domain/VO/ServiceSubtaskVO.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/java/com/smartor/domain/PatTaskRelevance.java
@@ -326,6 +326,7 @@
    private Integer continueFlag;
    @ApiModelProperty(value = "继续时间现在")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNow;
    @ApiModelProperty(value = "继续内容")
@@ -335,5 +336,6 @@
    private Integer continueCount;
    @ApiModelProperty(value = "继续时间下次")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNext;
}
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -79,6 +79,7 @@
    private Integer continueFlag;
    @ApiModelProperty(value = "继续时间现在")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNow;
    @ApiModelProperty(value = "继续内容")
@@ -88,6 +89,7 @@
    private Integer continueCount;
    @ApiModelProperty(value = "继续时间下次")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNext;
    /**
smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java
@@ -657,6 +657,7 @@
    private Integer continueFlag;
    @ApiModelProperty(value = "继续时间现在")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNow;
    @ApiModelProperty(value = "继续内容")
@@ -666,5 +667,6 @@
    private Integer continueCount;
    @ApiModelProperty(value = "继续时间下次")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNext;
}
smartor/src/main/java/com/smartor/domain/VO/ServiceSubtaskVO.java
@@ -751,6 +751,7 @@
    private Integer continueFlag;
    @ApiModelProperty(value = "继续时间现在")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNow;
    @ApiModelProperty(value = "继续内容")
@@ -760,6 +761,7 @@
    private Integer continueCount;
    @ApiModelProperty(value = "继续时间下次")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNext;
    /**
smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
@@ -750,6 +750,7 @@
    private Integer continueFlag;
    @ApiModelProperty(value = "继续时间现在")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNow;
    @ApiModelProperty(value = "继续内容")
@@ -759,6 +760,7 @@
    private Integer continueCount;
    @ApiModelProperty(value = "继续时间下次")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNext;
    /**