Commit ae7f6c82 authored by 史志龙's avatar 史志龙

分析算法更新--shizhilong

parent 5da028e3
...@@ -87,7 +87,6 @@ public class AnalysisLineBatchSaveOrUpdateDTO { ...@@ -87,7 +87,6 @@ public class AnalysisLineBatchSaveOrUpdateDTO {
@ApiModelProperty("检查人") @ApiModelProperty("检查人")
private String checkBy; private String checkBy;
@ApiModelProperty("检查起始里程") @ApiModelProperty("检查起始里程")
private BigDecimal startingMileage; private BigDecimal startingMileage;
......
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
<select id="queryPageEkPatrolList" resultType="org.jeecg.modules.diseaseAnalysis.vo.EkRecordPatrolMasterVO"> <select id="queryPageEkPatrolList" resultType="org.jeecg.modules.diseaseAnalysis.vo.EkRecordPatrolMasterVO">
SELECT SELECT
t.* t.*,
t.inspect_time as checkTime
FROM FROM
t_xd_record_patrol_master t t_xd_record_patrol_master t
WHERE WHERE
......
...@@ -48,9 +48,8 @@ public class EkRecordPatrolMasterVO { ...@@ -48,9 +48,8 @@ public class EkRecordPatrolMasterVO {
private String workCode; private String workCode;
@ApiModelProperty("检查日期") @ApiModelProperty("检查日期")
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern = "yyyy-MM-dd") @DateTimeFormat(pattern = "yyyy-MM-dd")
private Date inspectTime; private Date checkTime;
@ApiModelProperty("天气") @ApiModelProperty("天气")
private String weather; private String weather;
...@@ -91,24 +90,6 @@ public class EkRecordPatrolMasterVO { ...@@ -91,24 +90,6 @@ public class EkRecordPatrolMasterVO {
@ApiModelProperty("检查人姓名") @ApiModelProperty("检查人姓名")
private String checkBy; private String checkBy;
@ApiModelProperty("清点时间")
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd hh:mm")
@DateTimeFormat(pattern = "yyyy-MM-dd hh:mm")
private Date checkTime;
@ApiModelProperty("销点时间")
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd hh:mm")
@DateTimeFormat(pattern = "yyyy-MM-dd hh:mm")
private Date pinpointTime;
@ApiModelProperty("审核人姓名")
private String verifyBy;
@ApiModelProperty("审核时间")
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern = "yyyy-MM-dd")
private Date verifyTime;
@ApiModelProperty("巡道员备忘录") @ApiModelProperty("巡道员备忘录")
private String remark; private String remark;
......
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