feat: 调整覆冰字段

dev
huangfeng 10 months ago
parent 55e176096e
commit dd4cc07c94

@ -93,7 +93,7 @@ public class ZhipingController extends BaseController {
item.setCupdateTime(DateUtil.format(pull.getUpdateDate())); item.setCupdateTime(DateUtil.format(pull.getUpdateDate()));
item.setCwindAngle(String.valueOf(pull.getWindSpeed())); item.setCwindAngle(String.valueOf(pull.getWindSpeed()));
item.setCice(String.valueOf(0)); item.setCice(String.valueOf(0));
Integer x = (pull.getMaxpullPull() + pull.getMinpullPull()) / 2; Float x = (pull.getMaxpullPull() + pull.getMinpullPull()) / 2;
item.setCpull(String.valueOf(pull.getMaxpullPull())); item.setCpull(String.valueOf(pull.getMaxpullPull()));
item.setCpullAngle(String.valueOf(x)); item.setCpullAngle(String.valueOf(x));
list.add(item); list.add(item);

@ -60,7 +60,7 @@ public class LeadPulls {
*/ */
@ColumnWidth(14) @ColumnWidth(14)
@ExcelProperty(value = "最大拉力(Kg)", order = 4) @ExcelProperty(value = "最大拉力(Kg)", order = 4)
private Integer maxpullPull; private Float maxpullPull;
/** /**
* *
@ -93,7 +93,7 @@ public class LeadPulls {
*/ */
@ColumnWidth(14) @ColumnWidth(14)
@ExcelProperty(value = "最小拉力(Kg)", order = 7) @ExcelProperty(value = "最小拉力(Kg)", order = 7)
private Integer minpullPull; private Float minpullPull;
/** /**
* *
@ -126,7 +126,7 @@ public class LeadPulls {
*/ */
@ColumnWidth(21) @ColumnWidth(21)
@ExcelProperty(value = "最大风偏角时拉力(Kg)", order = 10) @ExcelProperty(value = "最大风偏角时拉力(Kg)", order = 10)
private Integer maxwindPull; private Float maxwindPull;
/** /**
* *
@ -159,7 +159,7 @@ public class LeadPulls {
*/ */
@ColumnWidth(21) @ColumnWidth(21)
@ExcelProperty(value = "最小风偏角时拉力(Kg)", order = 13) @ExcelProperty(value = "最小风偏角时拉力(Kg)", order = 13)
private Integer minwindPull; private Float minwindPull;
/** /**
* *
@ -213,6 +213,206 @@ public class LeadPulls {
@ExcelIgnore @ExcelIgnore
private Date createTime; private Date createTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.comp_id
*
* @mbg.generated
*/
@ExcelIgnore
private String compId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.equal_icethickness
*
* @mbg.generated
*/
@ExcelIgnore
private Float equalIcethickness;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.tension
*
* @mbg.generated
*/
@ExcelIgnore
private Float tension;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.tension_difference
*
* @mbg.generated
*/
@ExcelIgnore
private Float tensionDifference;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.tension5
*
* @mbg.generated
*/
@ExcelIgnore
private Float tension5;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.crosswise_angle5
*
* @mbg.generated
*/
@ExcelIgnore
private Float crosswiseAngle5;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.forward_tilt_angle5
*
* @mbg.generated
*/
@ExcelIgnore
private Float forwardTiltAngle5;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.tension6
*
* @mbg.generated
*/
@ExcelIgnore
private Float tension6;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.crosswise_angle6
*
* @mbg.generated
*/
@ExcelIgnore
private Float crosswiseAngle6;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.forward_tilt_angle6
*
* @mbg.generated
*/
@ExcelIgnore
private Float forwardTiltAngle6;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.tension7
*
* @mbg.generated
*/
@ExcelIgnore
private Float tension7;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.crosswise_angle7
*
* @mbg.generated
*/
@ExcelIgnore
private Float crosswiseAngle7;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.forward_tilt_angle7
*
* @mbg.generated
*/
@ExcelIgnore
private Float forwardTiltAngle7;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.tension8
*
* @mbg.generated
*/
@ExcelIgnore
private Float tension8;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.crosswise_angle8
*
* @mbg.generated
*/
@ExcelIgnore
private Float crosswiseAngle8;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.forward_tilt_angle8
*
* @mbg.generated
*/
@ExcelIgnore
private Float forwardTiltAngle8;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.wind_direction
*
* @mbg.generated
*/
@ExcelIgnore
private Float windDirection;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.air_temperature
*
* @mbg.generated
*/
@ExcelIgnore
private Float airTemperature;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.humidity
*
* @mbg.generated
*/
@ExcelIgnore
private Integer humidity;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column lead_pulls.t_sensor_num
*
* @mbg.generated
*/
@ExcelIgnore
private String tSensorNum;
/** /**
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.id * This method returns the value of the database column lead_pulls.id
@ -318,7 +518,7 @@ public class LeadPulls {
* *
* @mbg.generated * @mbg.generated
*/ */
public Integer getMaxpullPull() { public Float getMaxpullPull() {
return maxpullPull; return maxpullPull;
} }
@ -330,7 +530,7 @@ public class LeadPulls {
* *
* @mbg.generated * @mbg.generated
*/ */
public void setMaxpullPull(Integer maxpullPull) { public void setMaxpullPull(Float maxpullPull) {
this.maxpullPull = maxpullPull; this.maxpullPull = maxpullPull;
} }
@ -390,7 +590,7 @@ public class LeadPulls {
* *
* @mbg.generated * @mbg.generated
*/ */
public Integer getMinpullPull() { public Float getMinpullPull() {
return minpullPull; return minpullPull;
} }
@ -402,7 +602,7 @@ public class LeadPulls {
* *
* @mbg.generated * @mbg.generated
*/ */
public void setMinpullPull(Integer minpullPull) { public void setMinpullPull(Float minpullPull) {
this.minpullPull = minpullPull; this.minpullPull = minpullPull;
} }
@ -462,7 +662,7 @@ public class LeadPulls {
* *
* @mbg.generated * @mbg.generated
*/ */
public Integer getMaxwindPull() { public Float getMaxwindPull() {
return maxwindPull; return maxwindPull;
} }
@ -474,7 +674,7 @@ public class LeadPulls {
* *
* @mbg.generated * @mbg.generated
*/ */
public void setMaxwindPull(Integer maxwindPull) { public void setMaxwindPull(Float maxwindPull) {
this.maxwindPull = maxwindPull; this.maxwindPull = maxwindPull;
} }
@ -534,7 +734,7 @@ public class LeadPulls {
* *
* @mbg.generated * @mbg.generated
*/ */
public Integer getMinwindPull() { public Float getMinwindPull() {
return minwindPull; return minwindPull;
} }
@ -546,7 +746,7 @@ public class LeadPulls {
* *
* @mbg.generated * @mbg.generated
*/ */
public void setMinwindPull(Integer minwindPull) { public void setMinwindPull(Float minwindPull) {
this.minwindPull = minwindPull; this.minwindPull = minwindPull;
} }
@ -670,6 +870,486 @@ public class LeadPulls {
this.createTime = createTime; this.createTime = createTime;
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.comp_id
*
* @return the value of lead_pulls.comp_id
*
* @mbg.generated
*/
public String getCompId() {
return compId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.comp_id
*
* @param compId the value for lead_pulls.comp_id
*
* @mbg.generated
*/
public void setCompId(String compId) {
this.compId = compId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.equal_icethickness
*
* @return the value of lead_pulls.equal_icethickness
*
* @mbg.generated
*/
public Float getEqualIcethickness() {
return equalIcethickness;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.equal_icethickness
*
* @param equalIcethickness the value for lead_pulls.equal_icethickness
*
* @mbg.generated
*/
public void setEqualIcethickness(Float equalIcethickness) {
this.equalIcethickness = equalIcethickness;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.tension
*
* @return the value of lead_pulls.tension
*
* @mbg.generated
*/
public Float getTension() {
return tension;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.tension
*
* @param tension the value for lead_pulls.tension
*
* @mbg.generated
*/
public void setTension(Float tension) {
this.tension = tension;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.tension_difference
*
* @return the value of lead_pulls.tension_difference
*
* @mbg.generated
*/
public Float getTensionDifference() {
return tensionDifference;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.tension_difference
*
* @param tensionDifference the value for lead_pulls.tension_difference
*
* @mbg.generated
*/
public void setTensionDifference(Float tensionDifference) {
this.tensionDifference = tensionDifference;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.tension5
*
* @return the value of lead_pulls.tension5
*
* @mbg.generated
*/
public Float getTension5() {
return tension5;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.tension5
*
* @param tension5 the value for lead_pulls.tension5
*
* @mbg.generated
*/
public void setTension5(Float tension5) {
this.tension5 = tension5;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.crosswise_angle5
*
* @return the value of lead_pulls.crosswise_angle5
*
* @mbg.generated
*/
public Float getCrosswiseAngle5() {
return crosswiseAngle5;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.crosswise_angle5
*
* @param crosswiseAngle5 the value for lead_pulls.crosswise_angle5
*
* @mbg.generated
*/
public void setCrosswiseAngle5(Float crosswiseAngle5) {
this.crosswiseAngle5 = crosswiseAngle5;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.forward_tilt_angle5
*
* @return the value of lead_pulls.forward_tilt_angle5
*
* @mbg.generated
*/
public Float getForwardTiltAngle5() {
return forwardTiltAngle5;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.forward_tilt_angle5
*
* @param forwardTiltAngle5 the value for lead_pulls.forward_tilt_angle5
*
* @mbg.generated
*/
public void setForwardTiltAngle5(Float forwardTiltAngle5) {
this.forwardTiltAngle5 = forwardTiltAngle5;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.tension6
*
* @return the value of lead_pulls.tension6
*
* @mbg.generated
*/
public Float getTension6() {
return tension6;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.tension6
*
* @param tension6 the value for lead_pulls.tension6
*
* @mbg.generated
*/
public void setTension6(Float tension6) {
this.tension6 = tension6;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.crosswise_angle6
*
* @return the value of lead_pulls.crosswise_angle6
*
* @mbg.generated
*/
public Float getCrosswiseAngle6() {
return crosswiseAngle6;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.crosswise_angle6
*
* @param crosswiseAngle6 the value for lead_pulls.crosswise_angle6
*
* @mbg.generated
*/
public void setCrosswiseAngle6(Float crosswiseAngle6) {
this.crosswiseAngle6 = crosswiseAngle6;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.forward_tilt_angle6
*
* @return the value of lead_pulls.forward_tilt_angle6
*
* @mbg.generated
*/
public Float getForwardTiltAngle6() {
return forwardTiltAngle6;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.forward_tilt_angle6
*
* @param forwardTiltAngle6 the value for lead_pulls.forward_tilt_angle6
*
* @mbg.generated
*/
public void setForwardTiltAngle6(Float forwardTiltAngle6) {
this.forwardTiltAngle6 = forwardTiltAngle6;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.tension7
*
* @return the value of lead_pulls.tension7
*
* @mbg.generated
*/
public Float getTension7() {
return tension7;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.tension7
*
* @param tension7 the value for lead_pulls.tension7
*
* @mbg.generated
*/
public void setTension7(Float tension7) {
this.tension7 = tension7;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.crosswise_angle7
*
* @return the value of lead_pulls.crosswise_angle7
*
* @mbg.generated
*/
public Float getCrosswiseAngle7() {
return crosswiseAngle7;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.crosswise_angle7
*
* @param crosswiseAngle7 the value for lead_pulls.crosswise_angle7
*
* @mbg.generated
*/
public void setCrosswiseAngle7(Float crosswiseAngle7) {
this.crosswiseAngle7 = crosswiseAngle7;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.forward_tilt_angle7
*
* @return the value of lead_pulls.forward_tilt_angle7
*
* @mbg.generated
*/
public Float getForwardTiltAngle7() {
return forwardTiltAngle7;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.forward_tilt_angle7
*
* @param forwardTiltAngle7 the value for lead_pulls.forward_tilt_angle7
*
* @mbg.generated
*/
public void setForwardTiltAngle7(Float forwardTiltAngle7) {
this.forwardTiltAngle7 = forwardTiltAngle7;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.tension8
*
* @return the value of lead_pulls.tension8
*
* @mbg.generated
*/
public Float getTension8() {
return tension8;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.tension8
*
* @param tension8 the value for lead_pulls.tension8
*
* @mbg.generated
*/
public void setTension8(Float tension8) {
this.tension8 = tension8;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.crosswise_angle8
*
* @return the value of lead_pulls.crosswise_angle8
*
* @mbg.generated
*/
public Float getCrosswiseAngle8() {
return crosswiseAngle8;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.crosswise_angle8
*
* @param crosswiseAngle8 the value for lead_pulls.crosswise_angle8
*
* @mbg.generated
*/
public void setCrosswiseAngle8(Float crosswiseAngle8) {
this.crosswiseAngle8 = crosswiseAngle8;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.forward_tilt_angle8
*
* @return the value of lead_pulls.forward_tilt_angle8
*
* @mbg.generated
*/
public Float getForwardTiltAngle8() {
return forwardTiltAngle8;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.forward_tilt_angle8
*
* @param forwardTiltAngle8 the value for lead_pulls.forward_tilt_angle8
*
* @mbg.generated
*/
public void setForwardTiltAngle8(Float forwardTiltAngle8) {
this.forwardTiltAngle8 = forwardTiltAngle8;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.wind_direction
*
* @return the value of lead_pulls.wind_direction
*
* @mbg.generated
*/
public Float getWindDirection() {
return windDirection;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.wind_direction
*
* @param windDirection the value for lead_pulls.wind_direction
*
* @mbg.generated
*/
public void setWindDirection(Float windDirection) {
this.windDirection = windDirection;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.air_temperature
*
* @return the value of lead_pulls.air_temperature
*
* @mbg.generated
*/
public Float getAirTemperature() {
return airTemperature;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.air_temperature
*
* @param airTemperature the value for lead_pulls.air_temperature
*
* @mbg.generated
*/
public void setAirTemperature(Float airTemperature) {
this.airTemperature = airTemperature;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.humidity
*
* @return the value of lead_pulls.humidity
*
* @mbg.generated
*/
public Integer getHumidity() {
return humidity;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.humidity
*
* @param humidity the value for lead_pulls.humidity
*
* @mbg.generated
*/
public void setHumidity(Integer humidity) {
this.humidity = humidity;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column lead_pulls.t_sensor_num
*
* @return the value of lead_pulls.t_sensor_num
*
* @mbg.generated
*/
public String gettSensorNum() {
return tSensorNum;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column lead_pulls.t_sensor_num
*
* @param tSensorNum the value for lead_pulls.t_sensor_num
*
* @mbg.generated
*/
public void settSensorNum(String tSensorNum) {
this.tSensorNum = tSensorNum;
}
@ColumnWidth(15) @ColumnWidth(15)
@ExcelProperty(value = "监测终端编号", order = 1) @ExcelProperty(value = "监测终端编号", order = 1)
private String cmdid; private String cmdid;

@ -10,21 +10,41 @@
<result column="term_id" jdbcType="INTEGER" property="termId" /> <result column="term_id" jdbcType="INTEGER" property="termId" />
<result column="update_time" jdbcType="BIGINT" property="updateTime" /> <result column="update_time" jdbcType="BIGINT" property="updateTime" />
<result column="func_code" jdbcType="INTEGER" property="funcCode" /> <result column="func_code" jdbcType="INTEGER" property="funcCode" />
<result column="maxpull_pull" jdbcType="INTEGER" property="maxpullPull" /> <result column="maxpull_pull" jdbcType="REAL" property="maxpullPull" />
<result column="maxpull_wind" jdbcType="REAL" property="maxpullWind" /> <result column="maxpull_wind" jdbcType="REAL" property="maxpullWind" />
<result column="maxpull_tilt" jdbcType="REAL" property="maxpullTilt" /> <result column="maxpull_tilt" jdbcType="REAL" property="maxpullTilt" />
<result column="minpull_pull" jdbcType="INTEGER" property="minpullPull" /> <result column="minpull_pull" jdbcType="REAL" property="minpullPull" />
<result column="minpull_wind" jdbcType="REAL" property="minpullWind" /> <result column="minpull_wind" jdbcType="REAL" property="minpullWind" />
<result column="minpull_tilt" jdbcType="REAL" property="minpullTilt" /> <result column="minpull_tilt" jdbcType="REAL" property="minpullTilt" />
<result column="maxwind_pull" jdbcType="INTEGER" property="maxwindPull" /> <result column="maxwind_pull" jdbcType="REAL" property="maxwindPull" />
<result column="maxwind_wind" jdbcType="REAL" property="maxwindWind" /> <result column="maxwind_wind" jdbcType="REAL" property="maxwindWind" />
<result column="maxwind_tilt" jdbcType="REAL" property="maxwindTilt" /> <result column="maxwind_tilt" jdbcType="REAL" property="maxwindTilt" />
<result column="minwind_pull" jdbcType="INTEGER" property="minwindPull" /> <result column="minwind_pull" jdbcType="REAL" property="minwindPull" />
<result column="minwind_wind" jdbcType="REAL" property="minwindWind" /> <result column="minwind_wind" jdbcType="REAL" property="minwindWind" />
<result column="minwind_tilt" jdbcType="REAL" property="minwindTilt" /> <result column="minwind_tilt" jdbcType="REAL" property="minwindTilt" />
<result column="wid" jdbcType="BIGINT" property="wid" /> <result column="wid" jdbcType="BIGINT" property="wid" />
<result column="wind_speed" jdbcType="REAL" property="windSpeed" /> <result column="wind_speed" jdbcType="REAL" property="windSpeed" />
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" /> <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
<result column="comp_id" jdbcType="VARCHAR" property="compId" />
<result column="equal_icethickness" jdbcType="REAL" property="equalIcethickness" />
<result column="tension" jdbcType="REAL" property="tension" />
<result column="tension_difference" jdbcType="REAL" property="tensionDifference" />
<result column="tension5" jdbcType="REAL" property="tension5" />
<result column="crosswise_angle5" jdbcType="REAL" property="crosswiseAngle5" />
<result column="forward_tilt_angle5" jdbcType="REAL" property="forwardTiltAngle5" />
<result column="tension6" jdbcType="REAL" property="tension6" />
<result column="crosswise_angle6" jdbcType="REAL" property="crosswiseAngle6" />
<result column="forward_tilt_angle6" jdbcType="REAL" property="forwardTiltAngle6" />
<result column="tension7" jdbcType="REAL" property="tension7" />
<result column="crosswise_angle7" jdbcType="REAL" property="crosswiseAngle7" />
<result column="forward_tilt_angle7" jdbcType="REAL" property="forwardTiltAngle7" />
<result column="tension8" jdbcType="REAL" property="tension8" />
<result column="crosswise_angle8" jdbcType="REAL" property="crosswiseAngle8" />
<result column="forward_tilt_angle8" jdbcType="REAL" property="forwardTiltAngle8" />
<result column="wind_direction" jdbcType="REAL" property="windDirection" />
<result column="air_temperature" jdbcType="REAL" property="airTemperature" />
<result column="humidity" jdbcType="INTEGER" property="humidity" />
<result column="t_sensor_num" jdbcType="VARCHAR" property="tSensorNum" />
</resultMap> </resultMap>
<sql id="Example_Where_Clause"> <sql id="Example_Where_Clause">
<!-- <!--
@ -99,7 +119,11 @@
--> -->
id, term_id, update_time, func_code, maxpull_pull, maxpull_wind, maxpull_tilt, minpull_pull, id, term_id, update_time, func_code, maxpull_pull, maxpull_wind, maxpull_tilt, minpull_pull,
minpull_wind, minpull_tilt, maxwind_pull, maxwind_wind, maxwind_tilt, minwind_pull, minpull_wind, minpull_tilt, maxwind_pull, maxwind_wind, maxwind_tilt, minwind_pull,
minwind_wind, minwind_tilt, wid, wind_speed, create_time minwind_wind, minwind_tilt, wid, wind_speed, create_time, comp_id, equal_icethickness,
tension, tension_difference, tension5, crosswise_angle5, forward_tilt_angle5, tension6,
crosswise_angle6, forward_tilt_angle6, tension7, crosswise_angle7, forward_tilt_angle7,
tension8, crosswise_angle8, forward_tilt_angle8, wind_direction, air_temperature,
humidity, t_sensor_num
</sql> </sql>
<select id="selectByExample" parameterType="com.shxy.xymanager_common.entity.LeadPullsExample" resultMap="BaseResultMap"> <select id="selectByExample" parameterType="com.shxy.xymanager_common.entity.LeadPullsExample" resultMap="BaseResultMap">
<!-- <!--
@ -160,15 +184,27 @@
minpull_pull, minpull_wind, minpull_tilt, minpull_pull, minpull_wind, minpull_tilt,
maxwind_pull, maxwind_wind, maxwind_tilt, maxwind_pull, maxwind_wind, maxwind_tilt,
minwind_pull, minwind_wind, minwind_tilt, minwind_pull, minwind_wind, minwind_tilt,
wid, wind_speed, create_time wid, wind_speed, create_time,
) comp_id, equal_icethickness, tension,
tension_difference, tension5, crosswise_angle5,
forward_tilt_angle5, tension6, crosswise_angle6,
forward_tilt_angle6, tension7, crosswise_angle7,
forward_tilt_angle7, tension8, crosswise_angle8,
forward_tilt_angle8, wind_direction, air_temperature,
humidity, t_sensor_num)
values (#{termId,jdbcType=INTEGER}, #{updateTime,jdbcType=BIGINT}, #{funcCode,jdbcType=INTEGER}, values (#{termId,jdbcType=INTEGER}, #{updateTime,jdbcType=BIGINT}, #{funcCode,jdbcType=INTEGER},
#{maxpullPull,jdbcType=INTEGER}, #{maxpullWind,jdbcType=REAL}, #{maxpullTilt,jdbcType=REAL}, #{maxpullPull,jdbcType=REAL}, #{maxpullWind,jdbcType=REAL}, #{maxpullTilt,jdbcType=REAL},
#{minpullPull,jdbcType=INTEGER}, #{minpullWind,jdbcType=REAL}, #{minpullTilt,jdbcType=REAL}, #{minpullPull,jdbcType=REAL}, #{minpullWind,jdbcType=REAL}, #{minpullTilt,jdbcType=REAL},
#{maxwindPull,jdbcType=INTEGER}, #{maxwindWind,jdbcType=REAL}, #{maxwindTilt,jdbcType=REAL}, #{maxwindPull,jdbcType=REAL}, #{maxwindWind,jdbcType=REAL}, #{maxwindTilt,jdbcType=REAL},
#{minwindPull,jdbcType=INTEGER}, #{minwindWind,jdbcType=REAL}, #{minwindTilt,jdbcType=REAL}, #{minwindPull,jdbcType=REAL}, #{minwindWind,jdbcType=REAL}, #{minwindTilt,jdbcType=REAL},
#{wid,jdbcType=BIGINT}, #{windSpeed,jdbcType=REAL}, #{createTime,jdbcType=TIMESTAMP} #{wid,jdbcType=BIGINT}, #{windSpeed,jdbcType=REAL}, #{createTime,jdbcType=TIMESTAMP},
) #{compId,jdbcType=VARCHAR}, #{equalIcethickness,jdbcType=REAL}, #{tension,jdbcType=REAL},
#{tensionDifference,jdbcType=REAL}, #{tension5,jdbcType=REAL}, #{crosswiseAngle5,jdbcType=REAL},
#{forwardTiltAngle5,jdbcType=REAL}, #{tension6,jdbcType=REAL}, #{crosswiseAngle6,jdbcType=REAL},
#{forwardTiltAngle6,jdbcType=REAL}, #{tension7,jdbcType=REAL}, #{crosswiseAngle7,jdbcType=REAL},
#{forwardTiltAngle7,jdbcType=REAL}, #{tension8,jdbcType=REAL}, #{crosswiseAngle8,jdbcType=REAL},
#{forwardTiltAngle8,jdbcType=REAL}, #{windDirection,jdbcType=REAL}, #{airTemperature,jdbcType=REAL},
#{humidity,jdbcType=INTEGER}, #{tSensorNum,jdbcType=VARCHAR})
</insert> </insert>
<insert id="insertSelective" parameterType="com.shxy.xymanager_common.entity.LeadPulls"> <insert id="insertSelective" parameterType="com.shxy.xymanager_common.entity.LeadPulls">
<!-- <!--
@ -234,6 +270,66 @@
<if test="createTime != null"> <if test="createTime != null">
create_time, create_time,
</if> </if>
<if test="compId != null">
comp_id,
</if>
<if test="equalIcethickness != null">
equal_icethickness,
</if>
<if test="tension != null">
tension,
</if>
<if test="tensionDifference != null">
tension_difference,
</if>
<if test="tension5 != null">
tension5,
</if>
<if test="crosswiseAngle5 != null">
crosswise_angle5,
</if>
<if test="forwardTiltAngle5 != null">
forward_tilt_angle5,
</if>
<if test="tension6 != null">
tension6,
</if>
<if test="crosswiseAngle6 != null">
crosswise_angle6,
</if>
<if test="forwardTiltAngle6 != null">
forward_tilt_angle6,
</if>
<if test="tension7 != null">
tension7,
</if>
<if test="crosswiseAngle7 != null">
crosswise_angle7,
</if>
<if test="forwardTiltAngle7 != null">
forward_tilt_angle7,
</if>
<if test="tension8 != null">
tension8,
</if>
<if test="crosswiseAngle8 != null">
crosswise_angle8,
</if>
<if test="forwardTiltAngle8 != null">
forward_tilt_angle8,
</if>
<if test="windDirection != null">
wind_direction,
</if>
<if test="airTemperature != null">
air_temperature,
</if>
<if test="humidity != null">
humidity,
</if>
<if test="tSensorNum != null">
t_sensor_num,
</if>
</trim> </trim>
<trim prefix="values (" suffix=")" suffixOverrides=","> <trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="termId != null"> <if test="termId != null">
@ -246,7 +342,7 @@
#{funcCode,jdbcType=INTEGER}, #{funcCode,jdbcType=INTEGER},
</if> </if>
<if test="maxpullPull != null"> <if test="maxpullPull != null">
#{maxpullPull,jdbcType=INTEGER}, #{maxpullPull,jdbcType=REAL},
</if> </if>
<if test="maxpullWind != null"> <if test="maxpullWind != null">
#{maxpullWind,jdbcType=REAL}, #{maxpullWind,jdbcType=REAL},
@ -255,7 +351,7 @@
#{maxpullTilt,jdbcType=REAL}, #{maxpullTilt,jdbcType=REAL},
</if> </if>
<if test="minpullPull != null"> <if test="minpullPull != null">
#{minpullPull,jdbcType=INTEGER}, #{minpullPull,jdbcType=REAL},
</if> </if>
<if test="minpullWind != null"> <if test="minpullWind != null">
#{minpullWind,jdbcType=REAL}, #{minpullWind,jdbcType=REAL},
@ -264,7 +360,7 @@
#{minpullTilt,jdbcType=REAL}, #{minpullTilt,jdbcType=REAL},
</if> </if>
<if test="maxwindPull != null"> <if test="maxwindPull != null">
#{maxwindPull,jdbcType=INTEGER}, #{maxwindPull,jdbcType=REAL},
</if> </if>
<if test="maxwindWind != null"> <if test="maxwindWind != null">
#{maxwindWind,jdbcType=REAL}, #{maxwindWind,jdbcType=REAL},
@ -273,7 +369,7 @@
#{maxwindTilt,jdbcType=REAL}, #{maxwindTilt,jdbcType=REAL},
</if> </if>
<if test="minwindPull != null"> <if test="minwindPull != null">
#{minwindPull,jdbcType=INTEGER}, #{minwindPull,jdbcType=REAL},
</if> </if>
<if test="minwindWind != null"> <if test="minwindWind != null">
#{minwindWind,jdbcType=REAL}, #{minwindWind,jdbcType=REAL},
@ -290,6 +386,66 @@
<if test="createTime != null"> <if test="createTime != null">
#{createTime,jdbcType=TIMESTAMP}, #{createTime,jdbcType=TIMESTAMP},
</if> </if>
<if test="compId != null">
#{compId,jdbcType=VARCHAR},
</if>
<if test="equalIcethickness != null">
#{equalIcethickness,jdbcType=REAL},
</if>
<if test="tension != null">
#{tension,jdbcType=REAL},
</if>
<if test="tensionDifference != null">
#{tensionDifference,jdbcType=REAL},
</if>
<if test="tension5 != null">
#{tension5,jdbcType=REAL},
</if>
<if test="crosswiseAngle5 != null">
#{crosswiseAngle5,jdbcType=REAL},
</if>
<if test="forwardTiltAngle5 != null">
#{forwardTiltAngle5,jdbcType=REAL},
</if>
<if test="tension6 != null">
#{tension6,jdbcType=REAL},
</if>
<if test="crosswiseAngle6 != null">
#{crosswiseAngle6,jdbcType=REAL},
</if>
<if test="forwardTiltAngle6 != null">
#{forwardTiltAngle6,jdbcType=REAL},
</if>
<if test="tension7 != null">
#{tension7,jdbcType=REAL},
</if>
<if test="crosswiseAngle7 != null">
#{crosswiseAngle7,jdbcType=REAL},
</if>
<if test="forwardTiltAngle7 != null">
#{forwardTiltAngle7,jdbcType=REAL},
</if>
<if test="tension8 != null">
#{tension8,jdbcType=REAL},
</if>
<if test="crosswiseAngle8 != null">
#{crosswiseAngle8,jdbcType=REAL},
</if>
<if test="forwardTiltAngle8 != null">
#{forwardTiltAngle8,jdbcType=REAL},
</if>
<if test="windDirection != null">
#{windDirection,jdbcType=REAL},
</if>
<if test="airTemperature != null">
#{airTemperature,jdbcType=REAL},
</if>
<if test="humidity != null">
#{humidity,jdbcType=INTEGER},
</if>
<if test="tSensorNum != null">
#{tSensorNum,jdbcType=VARCHAR},
</if>
</trim> </trim>
</insert> </insert>
<select id="countByExample" parameterType="com.shxy.xymanager_common.entity.LeadPullsExample" resultType="java.lang.Long"> <select id="countByExample" parameterType="com.shxy.xymanager_common.entity.LeadPullsExample" resultType="java.lang.Long">
@ -322,7 +478,7 @@
func_code = #{row.funcCode,jdbcType=INTEGER}, func_code = #{row.funcCode,jdbcType=INTEGER},
</if> </if>
<if test="row.maxpullPull != null"> <if test="row.maxpullPull != null">
maxpull_pull = #{row.maxpullPull,jdbcType=INTEGER}, maxpull_pull = #{row.maxpullPull,jdbcType=REAL},
</if> </if>
<if test="row.maxpullWind != null"> <if test="row.maxpullWind != null">
maxpull_wind = #{row.maxpullWind,jdbcType=REAL}, maxpull_wind = #{row.maxpullWind,jdbcType=REAL},
@ -331,7 +487,7 @@
maxpull_tilt = #{row.maxpullTilt,jdbcType=REAL}, maxpull_tilt = #{row.maxpullTilt,jdbcType=REAL},
</if> </if>
<if test="row.minpullPull != null"> <if test="row.minpullPull != null">
minpull_pull = #{row.minpullPull,jdbcType=INTEGER}, minpull_pull = #{row.minpullPull,jdbcType=REAL},
</if> </if>
<if test="row.minpullWind != null"> <if test="row.minpullWind != null">
minpull_wind = #{row.minpullWind,jdbcType=REAL}, minpull_wind = #{row.minpullWind,jdbcType=REAL},
@ -340,7 +496,7 @@
minpull_tilt = #{row.minpullTilt,jdbcType=REAL}, minpull_tilt = #{row.minpullTilt,jdbcType=REAL},
</if> </if>
<if test="row.maxwindPull != null"> <if test="row.maxwindPull != null">
maxwind_pull = #{row.maxwindPull,jdbcType=INTEGER}, maxwind_pull = #{row.maxwindPull,jdbcType=REAL},
</if> </if>
<if test="row.maxwindWind != null"> <if test="row.maxwindWind != null">
maxwind_wind = #{row.maxwindWind,jdbcType=REAL}, maxwind_wind = #{row.maxwindWind,jdbcType=REAL},
@ -349,7 +505,7 @@
maxwind_tilt = #{row.maxwindTilt,jdbcType=REAL}, maxwind_tilt = #{row.maxwindTilt,jdbcType=REAL},
</if> </if>
<if test="row.minwindPull != null"> <if test="row.minwindPull != null">
minwind_pull = #{row.minwindPull,jdbcType=INTEGER}, minwind_pull = #{row.minwindPull,jdbcType=REAL},
</if> </if>
<if test="row.minwindWind != null"> <if test="row.minwindWind != null">
minwind_wind = #{row.minwindWind,jdbcType=REAL}, minwind_wind = #{row.minwindWind,jdbcType=REAL},
@ -366,6 +522,66 @@
<if test="row.createTime != null"> <if test="row.createTime != null">
create_time = #{row.createTime,jdbcType=TIMESTAMP}, create_time = #{row.createTime,jdbcType=TIMESTAMP},
</if> </if>
<if test="row.compId != null">
comp_id = #{row.compId,jdbcType=VARCHAR},
</if>
<if test="row.equalIcethickness != null">
equal_icethickness = #{row.equalIcethickness,jdbcType=REAL},
</if>
<if test="row.tension != null">
tension = #{row.tension,jdbcType=REAL},
</if>
<if test="row.tensionDifference != null">
tension_difference = #{row.tensionDifference,jdbcType=REAL},
</if>
<if test="row.tension5 != null">
tension5 = #{row.tension5,jdbcType=REAL},
</if>
<if test="row.crosswiseAngle5 != null">
crosswise_angle5 = #{row.crosswiseAngle5,jdbcType=REAL},
</if>
<if test="row.forwardTiltAngle5 != null">
forward_tilt_angle5 = #{row.forwardTiltAngle5,jdbcType=REAL},
</if>
<if test="row.tension6 != null">
tension6 = #{row.tension6,jdbcType=REAL},
</if>
<if test="row.crosswiseAngle6 != null">
crosswise_angle6 = #{row.crosswiseAngle6,jdbcType=REAL},
</if>
<if test="row.forwardTiltAngle6 != null">
forward_tilt_angle6 = #{row.forwardTiltAngle6,jdbcType=REAL},
</if>
<if test="row.tension7 != null">
tension7 = #{row.tension7,jdbcType=REAL},
</if>
<if test="row.crosswiseAngle7 != null">
crosswise_angle7 = #{row.crosswiseAngle7,jdbcType=REAL},
</if>
<if test="row.forwardTiltAngle7 != null">
forward_tilt_angle7 = #{row.forwardTiltAngle7,jdbcType=REAL},
</if>
<if test="row.tension8 != null">
tension8 = #{row.tension8,jdbcType=REAL},
</if>
<if test="row.crosswiseAngle8 != null">
crosswise_angle8 = #{row.crosswiseAngle8,jdbcType=REAL},
</if>
<if test="row.forwardTiltAngle8 != null">
forward_tilt_angle8 = #{row.forwardTiltAngle8,jdbcType=REAL},
</if>
<if test="row.windDirection != null">
wind_direction = #{row.windDirection,jdbcType=REAL},
</if>
<if test="row.airTemperature != null">
air_temperature = #{row.airTemperature,jdbcType=REAL},
</if>
<if test="row.humidity != null">
humidity = #{row.humidity,jdbcType=INTEGER},
</if>
<if test="row.tSensorNum != null">
t_sensor_num = #{row.tSensorNum,jdbcType=VARCHAR},
</if>
</set> </set>
<if test="example != null"> <if test="example != null">
<include refid="Update_By_Example_Where_Clause" /> <include refid="Update_By_Example_Where_Clause" />
@ -381,21 +597,41 @@
term_id = #{row.termId,jdbcType=INTEGER}, term_id = #{row.termId,jdbcType=INTEGER},
update_time = #{row.updateTime,jdbcType=BIGINT}, update_time = #{row.updateTime,jdbcType=BIGINT},
func_code = #{row.funcCode,jdbcType=INTEGER}, func_code = #{row.funcCode,jdbcType=INTEGER},
maxpull_pull = #{row.maxpullPull,jdbcType=INTEGER}, maxpull_pull = #{row.maxpullPull,jdbcType=REAL},
maxpull_wind = #{row.maxpullWind,jdbcType=REAL}, maxpull_wind = #{row.maxpullWind,jdbcType=REAL},
maxpull_tilt = #{row.maxpullTilt,jdbcType=REAL}, maxpull_tilt = #{row.maxpullTilt,jdbcType=REAL},
minpull_pull = #{row.minpullPull,jdbcType=INTEGER}, minpull_pull = #{row.minpullPull,jdbcType=REAL},
minpull_wind = #{row.minpullWind,jdbcType=REAL}, minpull_wind = #{row.minpullWind,jdbcType=REAL},
minpull_tilt = #{row.minpullTilt,jdbcType=REAL}, minpull_tilt = #{row.minpullTilt,jdbcType=REAL},
maxwind_pull = #{row.maxwindPull,jdbcType=INTEGER}, maxwind_pull = #{row.maxwindPull,jdbcType=REAL},
maxwind_wind = #{row.maxwindWind,jdbcType=REAL}, maxwind_wind = #{row.maxwindWind,jdbcType=REAL},
maxwind_tilt = #{row.maxwindTilt,jdbcType=REAL}, maxwind_tilt = #{row.maxwindTilt,jdbcType=REAL},
minwind_pull = #{row.minwindPull,jdbcType=INTEGER}, minwind_pull = #{row.minwindPull,jdbcType=REAL},
minwind_wind = #{row.minwindWind,jdbcType=REAL}, minwind_wind = #{row.minwindWind,jdbcType=REAL},
minwind_tilt = #{row.minwindTilt,jdbcType=REAL}, minwind_tilt = #{row.minwindTilt,jdbcType=REAL},
wid = #{row.wid,jdbcType=BIGINT}, wid = #{row.wid,jdbcType=BIGINT},
wind_speed = #{row.windSpeed,jdbcType=REAL}, wind_speed = #{row.windSpeed,jdbcType=REAL},
create_time = #{row.createTime,jdbcType=TIMESTAMP} create_time = #{row.createTime,jdbcType=TIMESTAMP},
comp_id = #{row.compId,jdbcType=VARCHAR},
equal_icethickness = #{row.equalIcethickness,jdbcType=REAL},
tension = #{row.tension,jdbcType=REAL},
tension_difference = #{row.tensionDifference,jdbcType=REAL},
tension5 = #{row.tension5,jdbcType=REAL},
crosswise_angle5 = #{row.crosswiseAngle5,jdbcType=REAL},
forward_tilt_angle5 = #{row.forwardTiltAngle5,jdbcType=REAL},
tension6 = #{row.tension6,jdbcType=REAL},
crosswise_angle6 = #{row.crosswiseAngle6,jdbcType=REAL},
forward_tilt_angle6 = #{row.forwardTiltAngle6,jdbcType=REAL},
tension7 = #{row.tension7,jdbcType=REAL},
crosswise_angle7 = #{row.crosswiseAngle7,jdbcType=REAL},
forward_tilt_angle7 = #{row.forwardTiltAngle7,jdbcType=REAL},
tension8 = #{row.tension8,jdbcType=REAL},
crosswise_angle8 = #{row.crosswiseAngle8,jdbcType=REAL},
forward_tilt_angle8 = #{row.forwardTiltAngle8,jdbcType=REAL},
wind_direction = #{row.windDirection,jdbcType=REAL},
air_temperature = #{row.airTemperature,jdbcType=REAL},
humidity = #{row.humidity,jdbcType=INTEGER},
t_sensor_num = #{row.tSensorNum,jdbcType=VARCHAR}
<if test="example != null"> <if test="example != null">
<include refid="Update_By_Example_Where_Clause" /> <include refid="Update_By_Example_Where_Clause" />
</if> </if>
@ -417,7 +653,7 @@
func_code = #{funcCode,jdbcType=INTEGER}, func_code = #{funcCode,jdbcType=INTEGER},
</if> </if>
<if test="maxpullPull != null"> <if test="maxpullPull != null">
maxpull_pull = #{maxpullPull,jdbcType=INTEGER}, maxpull_pull = #{maxpullPull,jdbcType=REAL},
</if> </if>
<if test="maxpullWind != null"> <if test="maxpullWind != null">
maxpull_wind = #{maxpullWind,jdbcType=REAL}, maxpull_wind = #{maxpullWind,jdbcType=REAL},
@ -426,7 +662,7 @@
maxpull_tilt = #{maxpullTilt,jdbcType=REAL}, maxpull_tilt = #{maxpullTilt,jdbcType=REAL},
</if> </if>
<if test="minpullPull != null"> <if test="minpullPull != null">
minpull_pull = #{minpullPull,jdbcType=INTEGER}, minpull_pull = #{minpullPull,jdbcType=REAL},
</if> </if>
<if test="minpullWind != null"> <if test="minpullWind != null">
minpull_wind = #{minpullWind,jdbcType=REAL}, minpull_wind = #{minpullWind,jdbcType=REAL},
@ -435,7 +671,7 @@
minpull_tilt = #{minpullTilt,jdbcType=REAL}, minpull_tilt = #{minpullTilt,jdbcType=REAL},
</if> </if>
<if test="maxwindPull != null"> <if test="maxwindPull != null">
maxwind_pull = #{maxwindPull,jdbcType=INTEGER}, maxwind_pull = #{maxwindPull,jdbcType=REAL},
</if> </if>
<if test="maxwindWind != null"> <if test="maxwindWind != null">
maxwind_wind = #{maxwindWind,jdbcType=REAL}, maxwind_wind = #{maxwindWind,jdbcType=REAL},
@ -444,7 +680,7 @@
maxwind_tilt = #{maxwindTilt,jdbcType=REAL}, maxwind_tilt = #{maxwindTilt,jdbcType=REAL},
</if> </if>
<if test="minwindPull != null"> <if test="minwindPull != null">
minwind_pull = #{minwindPull,jdbcType=INTEGER}, minwind_pull = #{minwindPull,jdbcType=REAL},
</if> </if>
<if test="minwindWind != null"> <if test="minwindWind != null">
minwind_wind = #{minwindWind,jdbcType=REAL}, minwind_wind = #{minwindWind,jdbcType=REAL},
@ -461,6 +697,66 @@
<if test="createTime != null"> <if test="createTime != null">
create_time = #{createTime,jdbcType=TIMESTAMP}, create_time = #{createTime,jdbcType=TIMESTAMP},
</if> </if>
<if test="compId != null">
comp_id = #{compId,jdbcType=VARCHAR},
</if>
<if test="equalIcethickness != null">
equal_icethickness = #{equalIcethickness,jdbcType=REAL},
</if>
<if test="tension != null">
tension = #{tension,jdbcType=REAL},
</if>
<if test="tensionDifference != null">
tension_difference = #{tensionDifference,jdbcType=REAL},
</if>
<if test="tension5 != null">
tension5 = #{tension5,jdbcType=REAL},
</if>
<if test="crosswiseAngle5 != null">
crosswise_angle5 = #{crosswiseAngle5,jdbcType=REAL},
</if>
<if test="forwardTiltAngle5 != null">
forward_tilt_angle5 = #{forwardTiltAngle5,jdbcType=REAL},
</if>
<if test="tension6 != null">
tension6 = #{tension6,jdbcType=REAL},
</if>
<if test="crosswiseAngle6 != null">
crosswise_angle6 = #{crosswiseAngle6,jdbcType=REAL},
</if>
<if test="forwardTiltAngle6 != null">
forward_tilt_angle6 = #{forwardTiltAngle6,jdbcType=REAL},
</if>
<if test="tension7 != null">
tension7 = #{tension7,jdbcType=REAL},
</if>
<if test="crosswiseAngle7 != null">
crosswise_angle7 = #{crosswiseAngle7,jdbcType=REAL},
</if>
<if test="forwardTiltAngle7 != null">
forward_tilt_angle7 = #{forwardTiltAngle7,jdbcType=REAL},
</if>
<if test="tension8 != null">
tension8 = #{tension8,jdbcType=REAL},
</if>
<if test="crosswiseAngle8 != null">
crosswise_angle8 = #{crosswiseAngle8,jdbcType=REAL},
</if>
<if test="forwardTiltAngle8 != null">
forward_tilt_angle8 = #{forwardTiltAngle8,jdbcType=REAL},
</if>
<if test="windDirection != null">
wind_direction = #{windDirection,jdbcType=REAL},
</if>
<if test="airTemperature != null">
air_temperature = #{airTemperature,jdbcType=REAL},
</if>
<if test="humidity != null">
humidity = #{humidity,jdbcType=INTEGER},
</if>
<if test="tSensorNum != null">
t_sensor_num = #{tSensorNum,jdbcType=VARCHAR},
</if>
</set> </set>
where id = #{id,jdbcType=BIGINT} where id = #{id,jdbcType=BIGINT}
</update> </update>
@ -473,21 +769,41 @@
set term_id = #{termId,jdbcType=INTEGER}, set term_id = #{termId,jdbcType=INTEGER},
update_time = #{updateTime,jdbcType=BIGINT}, update_time = #{updateTime,jdbcType=BIGINT},
func_code = #{funcCode,jdbcType=INTEGER}, func_code = #{funcCode,jdbcType=INTEGER},
maxpull_pull = #{maxpullPull,jdbcType=INTEGER}, maxpull_pull = #{maxpullPull,jdbcType=REAL},
maxpull_wind = #{maxpullWind,jdbcType=REAL}, maxpull_wind = #{maxpullWind,jdbcType=REAL},
maxpull_tilt = #{maxpullTilt,jdbcType=REAL}, maxpull_tilt = #{maxpullTilt,jdbcType=REAL},
minpull_pull = #{minpullPull,jdbcType=INTEGER}, minpull_pull = #{minpullPull,jdbcType=REAL},
minpull_wind = #{minpullWind,jdbcType=REAL}, minpull_wind = #{minpullWind,jdbcType=REAL},
minpull_tilt = #{minpullTilt,jdbcType=REAL}, minpull_tilt = #{minpullTilt,jdbcType=REAL},
maxwind_pull = #{maxwindPull,jdbcType=INTEGER}, maxwind_pull = #{maxwindPull,jdbcType=REAL},
maxwind_wind = #{maxwindWind,jdbcType=REAL}, maxwind_wind = #{maxwindWind,jdbcType=REAL},
maxwind_tilt = #{maxwindTilt,jdbcType=REAL}, maxwind_tilt = #{maxwindTilt,jdbcType=REAL},
minwind_pull = #{minwindPull,jdbcType=INTEGER}, minwind_pull = #{minwindPull,jdbcType=REAL},
minwind_wind = #{minwindWind,jdbcType=REAL}, minwind_wind = #{minwindWind,jdbcType=REAL},
minwind_tilt = #{minwindTilt,jdbcType=REAL}, minwind_tilt = #{minwindTilt,jdbcType=REAL},
wid = #{wid,jdbcType=BIGINT}, wid = #{wid,jdbcType=BIGINT},
wind_speed = #{windSpeed,jdbcType=REAL}, wind_speed = #{windSpeed,jdbcType=REAL},
create_time = #{createTime,jdbcType=TIMESTAMP} create_time = #{createTime,jdbcType=TIMESTAMP},
comp_id = #{compId,jdbcType=VARCHAR},
equal_icethickness = #{equalIcethickness,jdbcType=REAL},
tension = #{tension,jdbcType=REAL},
tension_difference = #{tensionDifference,jdbcType=REAL},
tension5 = #{tension5,jdbcType=REAL},
crosswise_angle5 = #{crosswiseAngle5,jdbcType=REAL},
forward_tilt_angle5 = #{forwardTiltAngle5,jdbcType=REAL},
tension6 = #{tension6,jdbcType=REAL},
crosswise_angle6 = #{crosswiseAngle6,jdbcType=REAL},
forward_tilt_angle6 = #{forwardTiltAngle6,jdbcType=REAL},
tension7 = #{tension7,jdbcType=REAL},
crosswise_angle7 = #{crosswiseAngle7,jdbcType=REAL},
forward_tilt_angle7 = #{forwardTiltAngle7,jdbcType=REAL},
tension8 = #{tension8,jdbcType=REAL},
crosswise_angle8 = #{crosswiseAngle8,jdbcType=REAL},
forward_tilt_angle8 = #{forwardTiltAngle8,jdbcType=REAL},
wind_direction = #{windDirection,jdbcType=REAL},
air_temperature = #{airTemperature,jdbcType=REAL},
humidity = #{humidity,jdbcType=INTEGER},
t_sensor_num = #{tSensorNum,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT} where id = #{id,jdbcType=BIGINT}
</update> </update>
</mapper> </mapper>
Loading…
Cancel
Save