diff --git a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/LeadPulls.java b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/LeadPulls.java index e315c9b..93da25d 100644 --- a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/LeadPulls.java +++ b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/LeadPulls.java @@ -37,7 +37,7 @@ public class LeadPulls { * * @mbg.generated */ - private Short funcCode; + private Integer funcCode; /** * @@ -46,7 +46,7 @@ public class LeadPulls { * * @mbg.generated */ - private Short maxpullPull; + private Integer maxpullPull; /** * @@ -73,7 +73,7 @@ public class LeadPulls { * * @mbg.generated */ - private Short minpullPull; + private Integer minpullPull; /** * @@ -100,7 +100,7 @@ public class LeadPulls { * * @mbg.generated */ - private Short maxwindPull; + private Integer maxwindPull; /** * @@ -127,7 +127,7 @@ public class LeadPulls { * * @mbg.generated */ - private Short minwindPull; + private Integer minwindPull; /** * @@ -254,7 +254,7 @@ public class LeadPulls { * * @mbg.generated */ - public Short getFuncCode() { + public Integer getFuncCode() { return funcCode; } @@ -266,7 +266,7 @@ public class LeadPulls { * * @mbg.generated */ - public void setFuncCode(Short funcCode) { + public void setFuncCode(Integer funcCode) { this.funcCode = funcCode; } @@ -278,7 +278,7 @@ public class LeadPulls { * * @mbg.generated */ - public Short getMaxpullPull() { + public Integer getMaxpullPull() { return maxpullPull; } @@ -290,7 +290,7 @@ public class LeadPulls { * * @mbg.generated */ - public void setMaxpullPull(Short maxpullPull) { + public void setMaxpullPull(Integer maxpullPull) { this.maxpullPull = maxpullPull; } @@ -350,7 +350,7 @@ public class LeadPulls { * * @mbg.generated */ - public Short getMinpullPull() { + public Integer getMinpullPull() { return minpullPull; } @@ -362,7 +362,7 @@ public class LeadPulls { * * @mbg.generated */ - public void setMinpullPull(Short minpullPull) { + public void setMinpullPull(Integer minpullPull) { this.minpullPull = minpullPull; } @@ -422,7 +422,7 @@ public class LeadPulls { * * @mbg.generated */ - public Short getMaxwindPull() { + public Integer getMaxwindPull() { return maxwindPull; } @@ -434,7 +434,7 @@ public class LeadPulls { * * @mbg.generated */ - public void setMaxwindPull(Short maxwindPull) { + public void setMaxwindPull(Integer maxwindPull) { this.maxwindPull = maxwindPull; } @@ -494,7 +494,7 @@ public class LeadPulls { * * @mbg.generated */ - public Short getMinwindPull() { + public Integer getMinwindPull() { return minwindPull; } @@ -506,7 +506,7 @@ public class LeadPulls { * * @mbg.generated */ - public void setMinwindPull(Short minwindPull) { + public void setMinwindPull(Integer minwindPull) { this.minwindPull = minwindPull; } diff --git a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/LeadPullsExample.java b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/LeadPullsExample.java index 48c2943..521d591 100644 --- a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/LeadPullsExample.java +++ b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/LeadPullsExample.java @@ -385,52 +385,52 @@ public class LeadPullsExample { return (Criteria) this; } - public Criteria andFuncCodeEqualTo(Short value) { + public Criteria andFuncCodeEqualTo(Integer value) { addCriterion("func_code =", value, "funcCode"); return (Criteria) this; } - public Criteria andFuncCodeNotEqualTo(Short value) { + public Criteria andFuncCodeNotEqualTo(Integer value) { addCriterion("func_code <>", value, "funcCode"); return (Criteria) this; } - public Criteria andFuncCodeGreaterThan(Short value) { + public Criteria andFuncCodeGreaterThan(Integer value) { addCriterion("func_code >", value, "funcCode"); return (Criteria) this; } - public Criteria andFuncCodeGreaterThanOrEqualTo(Short value) { + public Criteria andFuncCodeGreaterThanOrEqualTo(Integer value) { addCriterion("func_code >=", value, "funcCode"); return (Criteria) this; } - public Criteria andFuncCodeLessThan(Short value) { + public Criteria andFuncCodeLessThan(Integer value) { addCriterion("func_code <", value, "funcCode"); return (Criteria) this; } - public Criteria andFuncCodeLessThanOrEqualTo(Short value) { + public Criteria andFuncCodeLessThanOrEqualTo(Integer value) { addCriterion("func_code <=", value, "funcCode"); return (Criteria) this; } - public Criteria andFuncCodeIn(List values) { + public Criteria andFuncCodeIn(List values) { addCriterion("func_code in", values, "funcCode"); return (Criteria) this; } - public Criteria andFuncCodeNotIn(List values) { + public Criteria andFuncCodeNotIn(List values) { addCriterion("func_code not in", values, "funcCode"); return (Criteria) this; } - public Criteria andFuncCodeBetween(Short value1, Short value2) { + public Criteria andFuncCodeBetween(Integer value1, Integer value2) { addCriterion("func_code between", value1, value2, "funcCode"); return (Criteria) this; } - public Criteria andFuncCodeNotBetween(Short value1, Short value2) { + public Criteria andFuncCodeNotBetween(Integer value1, Integer value2) { addCriterion("func_code not between", value1, value2, "funcCode"); return (Criteria) this; } @@ -445,52 +445,52 @@ public class LeadPullsExample { return (Criteria) this; } - public Criteria andMaxpullPullEqualTo(Short value) { + public Criteria andMaxpullPullEqualTo(Integer value) { addCriterion("maxpull_pull =", value, "maxpullPull"); return (Criteria) this; } - public Criteria andMaxpullPullNotEqualTo(Short value) { + public Criteria andMaxpullPullNotEqualTo(Integer value) { addCriterion("maxpull_pull <>", value, "maxpullPull"); return (Criteria) this; } - public Criteria andMaxpullPullGreaterThan(Short value) { + public Criteria andMaxpullPullGreaterThan(Integer value) { addCriterion("maxpull_pull >", value, "maxpullPull"); return (Criteria) this; } - public Criteria andMaxpullPullGreaterThanOrEqualTo(Short value) { + public Criteria andMaxpullPullGreaterThanOrEqualTo(Integer value) { addCriterion("maxpull_pull >=", value, "maxpullPull"); return (Criteria) this; } - public Criteria andMaxpullPullLessThan(Short value) { + public Criteria andMaxpullPullLessThan(Integer value) { addCriterion("maxpull_pull <", value, "maxpullPull"); return (Criteria) this; } - public Criteria andMaxpullPullLessThanOrEqualTo(Short value) { + public Criteria andMaxpullPullLessThanOrEqualTo(Integer value) { addCriterion("maxpull_pull <=", value, "maxpullPull"); return (Criteria) this; } - public Criteria andMaxpullPullIn(List values) { + public Criteria andMaxpullPullIn(List values) { addCriterion("maxpull_pull in", values, "maxpullPull"); return (Criteria) this; } - public Criteria andMaxpullPullNotIn(List values) { + public Criteria andMaxpullPullNotIn(List values) { addCriterion("maxpull_pull not in", values, "maxpullPull"); return (Criteria) this; } - public Criteria andMaxpullPullBetween(Short value1, Short value2) { + public Criteria andMaxpullPullBetween(Integer value1, Integer value2) { addCriterion("maxpull_pull between", value1, value2, "maxpullPull"); return (Criteria) this; } - public Criteria andMaxpullPullNotBetween(Short value1, Short value2) { + public Criteria andMaxpullPullNotBetween(Integer value1, Integer value2) { addCriterion("maxpull_pull not between", value1, value2, "maxpullPull"); return (Criteria) this; } @@ -625,52 +625,52 @@ public class LeadPullsExample { return (Criteria) this; } - public Criteria andMinpullPullEqualTo(Short value) { + public Criteria andMinpullPullEqualTo(Integer value) { addCriterion("minpull_pull =", value, "minpullPull"); return (Criteria) this; } - public Criteria andMinpullPullNotEqualTo(Short value) { + public Criteria andMinpullPullNotEqualTo(Integer value) { addCriterion("minpull_pull <>", value, "minpullPull"); return (Criteria) this; } - public Criteria andMinpullPullGreaterThan(Short value) { + public Criteria andMinpullPullGreaterThan(Integer value) { addCriterion("minpull_pull >", value, "minpullPull"); return (Criteria) this; } - public Criteria andMinpullPullGreaterThanOrEqualTo(Short value) { + public Criteria andMinpullPullGreaterThanOrEqualTo(Integer value) { addCriterion("minpull_pull >=", value, "minpullPull"); return (Criteria) this; } - public Criteria andMinpullPullLessThan(Short value) { + public Criteria andMinpullPullLessThan(Integer value) { addCriterion("minpull_pull <", value, "minpullPull"); return (Criteria) this; } - public Criteria andMinpullPullLessThanOrEqualTo(Short value) { + public Criteria andMinpullPullLessThanOrEqualTo(Integer value) { addCriterion("minpull_pull <=", value, "minpullPull"); return (Criteria) this; } - public Criteria andMinpullPullIn(List values) { + public Criteria andMinpullPullIn(List values) { addCriterion("minpull_pull in", values, "minpullPull"); return (Criteria) this; } - public Criteria andMinpullPullNotIn(List values) { + public Criteria andMinpullPullNotIn(List values) { addCriterion("minpull_pull not in", values, "minpullPull"); return (Criteria) this; } - public Criteria andMinpullPullBetween(Short value1, Short value2) { + public Criteria andMinpullPullBetween(Integer value1, Integer value2) { addCriterion("minpull_pull between", value1, value2, "minpullPull"); return (Criteria) this; } - public Criteria andMinpullPullNotBetween(Short value1, Short value2) { + public Criteria andMinpullPullNotBetween(Integer value1, Integer value2) { addCriterion("minpull_pull not between", value1, value2, "minpullPull"); return (Criteria) this; } @@ -805,52 +805,52 @@ public class LeadPullsExample { return (Criteria) this; } - public Criteria andMaxwindPullEqualTo(Short value) { + public Criteria andMaxwindPullEqualTo(Integer value) { addCriterion("maxwind_pull =", value, "maxwindPull"); return (Criteria) this; } - public Criteria andMaxwindPullNotEqualTo(Short value) { + public Criteria andMaxwindPullNotEqualTo(Integer value) { addCriterion("maxwind_pull <>", value, "maxwindPull"); return (Criteria) this; } - public Criteria andMaxwindPullGreaterThan(Short value) { + public Criteria andMaxwindPullGreaterThan(Integer value) { addCriterion("maxwind_pull >", value, "maxwindPull"); return (Criteria) this; } - public Criteria andMaxwindPullGreaterThanOrEqualTo(Short value) { + public Criteria andMaxwindPullGreaterThanOrEqualTo(Integer value) { addCriterion("maxwind_pull >=", value, "maxwindPull"); return (Criteria) this; } - public Criteria andMaxwindPullLessThan(Short value) { + public Criteria andMaxwindPullLessThan(Integer value) { addCriterion("maxwind_pull <", value, "maxwindPull"); return (Criteria) this; } - public Criteria andMaxwindPullLessThanOrEqualTo(Short value) { + public Criteria andMaxwindPullLessThanOrEqualTo(Integer value) { addCriterion("maxwind_pull <=", value, "maxwindPull"); return (Criteria) this; } - public Criteria andMaxwindPullIn(List values) { + public Criteria andMaxwindPullIn(List values) { addCriterion("maxwind_pull in", values, "maxwindPull"); return (Criteria) this; } - public Criteria andMaxwindPullNotIn(List values) { + public Criteria andMaxwindPullNotIn(List values) { addCriterion("maxwind_pull not in", values, "maxwindPull"); return (Criteria) this; } - public Criteria andMaxwindPullBetween(Short value1, Short value2) { + public Criteria andMaxwindPullBetween(Integer value1, Integer value2) { addCriterion("maxwind_pull between", value1, value2, "maxwindPull"); return (Criteria) this; } - public Criteria andMaxwindPullNotBetween(Short value1, Short value2) { + public Criteria andMaxwindPullNotBetween(Integer value1, Integer value2) { addCriterion("maxwind_pull not between", value1, value2, "maxwindPull"); return (Criteria) this; } @@ -985,52 +985,52 @@ public class LeadPullsExample { return (Criteria) this; } - public Criteria andMinwindPullEqualTo(Short value) { + public Criteria andMinwindPullEqualTo(Integer value) { addCriterion("minwind_pull =", value, "minwindPull"); return (Criteria) this; } - public Criteria andMinwindPullNotEqualTo(Short value) { + public Criteria andMinwindPullNotEqualTo(Integer value) { addCriterion("minwind_pull <>", value, "minwindPull"); return (Criteria) this; } - public Criteria andMinwindPullGreaterThan(Short value) { + public Criteria andMinwindPullGreaterThan(Integer value) { addCriterion("minwind_pull >", value, "minwindPull"); return (Criteria) this; } - public Criteria andMinwindPullGreaterThanOrEqualTo(Short value) { + public Criteria andMinwindPullGreaterThanOrEqualTo(Integer value) { addCriterion("minwind_pull >=", value, "minwindPull"); return (Criteria) this; } - public Criteria andMinwindPullLessThan(Short value) { + public Criteria andMinwindPullLessThan(Integer value) { addCriterion("minwind_pull <", value, "minwindPull"); return (Criteria) this; } - public Criteria andMinwindPullLessThanOrEqualTo(Short value) { + public Criteria andMinwindPullLessThanOrEqualTo(Integer value) { addCriterion("minwind_pull <=", value, "minwindPull"); return (Criteria) this; } - public Criteria andMinwindPullIn(List values) { + public Criteria andMinwindPullIn(List values) { addCriterion("minwind_pull in", values, "minwindPull"); return (Criteria) this; } - public Criteria andMinwindPullNotIn(List values) { + public Criteria andMinwindPullNotIn(List values) { addCriterion("minwind_pull not in", values, "minwindPull"); return (Criteria) this; } - public Criteria andMinwindPullBetween(Short value1, Short value2) { + public Criteria andMinwindPullBetween(Integer value1, Integer value2) { addCriterion("minwind_pull between", value1, value2, "minwindPull"); return (Criteria) this; } - public Criteria andMinwindPullNotBetween(Short value1, Short value2) { + public Criteria andMinwindPullNotBetween(Integer value1, Integer value2) { addCriterion("minwind_pull not between", value1, value2, "minwindPull"); return (Criteria) this; } diff --git a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/Weathers.java b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/Weathers.java index f8a731b..edbf9a1 100644 --- a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/Weathers.java +++ b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/Weathers.java @@ -53,7 +53,7 @@ public class Weathers { * * @mbg.generated */ - private Short avgWindDir10min; + private Integer avgWindDir10min; /** * @@ -125,7 +125,7 @@ public class Weathers { * * @mbg.generated */ - private Short humidity; + private Integer humidity; /** * @@ -161,7 +161,7 @@ public class Weathers { * * @mbg.generated */ - private Short radiationIntensity; + private Integer radiationIntensity; /** * This method was generated by MyBatis Generator. @@ -291,7 +291,7 @@ public class Weathers { * * @mbg.generated */ - public Short getAvgWindDir10min() { + public Integer getAvgWindDir10min() { return avgWindDir10min; } @@ -303,7 +303,7 @@ public class Weathers { * * @mbg.generated */ - public void setAvgWindDir10min(Short avgWindDir10min) { + public void setAvgWindDir10min(Integer avgWindDir10min) { this.avgWindDir10min = avgWindDir10min; } @@ -483,7 +483,7 @@ public class Weathers { * * @mbg.generated */ - public Short getHumidity() { + public Integer getHumidity() { return humidity; } @@ -495,7 +495,7 @@ public class Weathers { * * @mbg.generated */ - public void setHumidity(Short humidity) { + public void setHumidity(Integer humidity) { this.humidity = humidity; } @@ -579,7 +579,7 @@ public class Weathers { * * @mbg.generated */ - public Short getRadiationIntensity() { + public Integer getRadiationIntensity() { return radiationIntensity; } @@ -591,7 +591,7 @@ public class Weathers { * * @mbg.generated */ - public void setRadiationIntensity(Short radiationIntensity) { + public void setRadiationIntensity(Integer radiationIntensity) { this.radiationIntensity = radiationIntensity; } diff --git a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/WeathersExample.java b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/WeathersExample.java index 08d460d..79cce49 100644 --- a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/WeathersExample.java +++ b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/WeathersExample.java @@ -514,52 +514,52 @@ public class WeathersExample { return (Criteria) this; } - public Criteria andAvgWindDir10minEqualTo(Short value) { + public Criteria andAvgWindDir10minEqualTo(Integer value) { addCriterion("avg_wind_dir_10min =", value, "avgWindDir10min"); return (Criteria) this; } - public Criteria andAvgWindDir10minNotEqualTo(Short value) { + public Criteria andAvgWindDir10minNotEqualTo(Integer value) { addCriterion("avg_wind_dir_10min <>", value, "avgWindDir10min"); return (Criteria) this; } - public Criteria andAvgWindDir10minGreaterThan(Short value) { + public Criteria andAvgWindDir10minGreaterThan(Integer value) { addCriterion("avg_wind_dir_10min >", value, "avgWindDir10min"); return (Criteria) this; } - public Criteria andAvgWindDir10minGreaterThanOrEqualTo(Short value) { + public Criteria andAvgWindDir10minGreaterThanOrEqualTo(Integer value) { addCriterion("avg_wind_dir_10min >=", value, "avgWindDir10min"); return (Criteria) this; } - public Criteria andAvgWindDir10minLessThan(Short value) { + public Criteria andAvgWindDir10minLessThan(Integer value) { addCriterion("avg_wind_dir_10min <", value, "avgWindDir10min"); return (Criteria) this; } - public Criteria andAvgWindDir10minLessThanOrEqualTo(Short value) { + public Criteria andAvgWindDir10minLessThanOrEqualTo(Integer value) { addCriterion("avg_wind_dir_10min <=", value, "avgWindDir10min"); return (Criteria) this; } - public Criteria andAvgWindDir10minIn(List values) { + public Criteria andAvgWindDir10minIn(List values) { addCriterion("avg_wind_dir_10min in", values, "avgWindDir10min"); return (Criteria) this; } - public Criteria andAvgWindDir10minNotIn(List values) { + public Criteria andAvgWindDir10minNotIn(List values) { addCriterion("avg_wind_dir_10min not in", values, "avgWindDir10min"); return (Criteria) this; } - public Criteria andAvgWindDir10minBetween(Short value1, Short value2) { + public Criteria andAvgWindDir10minBetween(Integer value1, Integer value2) { addCriterion("avg_wind_dir_10min between", value1, value2, "avgWindDir10min"); return (Criteria) this; } - public Criteria andAvgWindDir10minNotBetween(Short value1, Short value2) { + public Criteria andAvgWindDir10minNotBetween(Integer value1, Integer value2) { addCriterion("avg_wind_dir_10min not between", value1, value2, "avgWindDir10min"); return (Criteria) this; } @@ -994,52 +994,52 @@ public class WeathersExample { return (Criteria) this; } - public Criteria andHumidityEqualTo(Short value) { + public Criteria andHumidityEqualTo(Integer value) { addCriterion("humidity =", value, "humidity"); return (Criteria) this; } - public Criteria andHumidityNotEqualTo(Short value) { + public Criteria andHumidityNotEqualTo(Integer value) { addCriterion("humidity <>", value, "humidity"); return (Criteria) this; } - public Criteria andHumidityGreaterThan(Short value) { + public Criteria andHumidityGreaterThan(Integer value) { addCriterion("humidity >", value, "humidity"); return (Criteria) this; } - public Criteria andHumidityGreaterThanOrEqualTo(Short value) { + public Criteria andHumidityGreaterThanOrEqualTo(Integer value) { addCriterion("humidity >=", value, "humidity"); return (Criteria) this; } - public Criteria andHumidityLessThan(Short value) { + public Criteria andHumidityLessThan(Integer value) { addCriterion("humidity <", value, "humidity"); return (Criteria) this; } - public Criteria andHumidityLessThanOrEqualTo(Short value) { + public Criteria andHumidityLessThanOrEqualTo(Integer value) { addCriterion("humidity <=", value, "humidity"); return (Criteria) this; } - public Criteria andHumidityIn(List values) { + public Criteria andHumidityIn(List values) { addCriterion("humidity in", values, "humidity"); return (Criteria) this; } - public Criteria andHumidityNotIn(List values) { + public Criteria andHumidityNotIn(List values) { addCriterion("humidity not in", values, "humidity"); return (Criteria) this; } - public Criteria andHumidityBetween(Short value1, Short value2) { + public Criteria andHumidityBetween(Integer value1, Integer value2) { addCriterion("humidity between", value1, value2, "humidity"); return (Criteria) this; } - public Criteria andHumidityNotBetween(Short value1, Short value2) { + public Criteria andHumidityNotBetween(Integer value1, Integer value2) { addCriterion("humidity not between", value1, value2, "humidity"); return (Criteria) this; } @@ -1234,52 +1234,52 @@ public class WeathersExample { return (Criteria) this; } - public Criteria andRadiationIntensityEqualTo(Short value) { + public Criteria andRadiationIntensityEqualTo(Integer value) { addCriterion("radiation_Intensity =", value, "radiationIntensity"); return (Criteria) this; } - public Criteria andRadiationIntensityNotEqualTo(Short value) { + public Criteria andRadiationIntensityNotEqualTo(Integer value) { addCriterion("radiation_Intensity <>", value, "radiationIntensity"); return (Criteria) this; } - public Criteria andRadiationIntensityGreaterThan(Short value) { + public Criteria andRadiationIntensityGreaterThan(Integer value) { addCriterion("radiation_Intensity >", value, "radiationIntensity"); return (Criteria) this; } - public Criteria andRadiationIntensityGreaterThanOrEqualTo(Short value) { + public Criteria andRadiationIntensityGreaterThanOrEqualTo(Integer value) { addCriterion("radiation_Intensity >=", value, "radiationIntensity"); return (Criteria) this; } - public Criteria andRadiationIntensityLessThan(Short value) { + public Criteria andRadiationIntensityLessThan(Integer value) { addCriterion("radiation_Intensity <", value, "radiationIntensity"); return (Criteria) this; } - public Criteria andRadiationIntensityLessThanOrEqualTo(Short value) { + public Criteria andRadiationIntensityLessThanOrEqualTo(Integer value) { addCriterion("radiation_Intensity <=", value, "radiationIntensity"); return (Criteria) this; } - public Criteria andRadiationIntensityIn(List values) { + public Criteria andRadiationIntensityIn(List values) { addCriterion("radiation_Intensity in", values, "radiationIntensity"); return (Criteria) this; } - public Criteria andRadiationIntensityNotIn(List values) { + public Criteria andRadiationIntensityNotIn(List values) { addCriterion("radiation_Intensity not in", values, "radiationIntensity"); return (Criteria) this; } - public Criteria andRadiationIntensityBetween(Short value1, Short value2) { + public Criteria andRadiationIntensityBetween(Integer value1, Integer value2) { addCriterion("radiation_Intensity between", value1, value2, "radiationIntensity"); return (Criteria) this; } - public Criteria andRadiationIntensityNotBetween(Short value1, Short value2) { + public Criteria andRadiationIntensityNotBetween(Integer value1, Integer value2) { addCriterion("radiation_Intensity not between", value1, value2, "radiationIntensity"); return (Criteria) this; } diff --git a/xymanager_dao/src/main/resources/mappers/LeadPullsMapper.xml b/xymanager_dao/src/main/resources/mappers/LeadPullsMapper.xml index a5f6e57..4a7ef06 100644 --- a/xymanager_dao/src/main/resources/mappers/LeadPullsMapper.xml +++ b/xymanager_dao/src/main/resources/mappers/LeadPullsMapper.xml @@ -9,17 +9,17 @@ - - + + - + - + - + @@ -162,11 +162,11 @@ minwind_pull, minwind_wind, minwind_tilt, wid, wind_speed, create_time ) - values (#{termId,jdbcType=INTEGER}, #{updateTime,jdbcType=BIGINT}, #{funcCode,jdbcType=SMALLINT}, - #{maxpullPull,jdbcType=SMALLINT}, #{maxpullWind,jdbcType=REAL}, #{maxpullTilt,jdbcType=REAL}, - #{minpullPull,jdbcType=SMALLINT}, #{minpullWind,jdbcType=REAL}, #{minpullTilt,jdbcType=REAL}, - #{maxwindPull,jdbcType=SMALLINT}, #{maxwindWind,jdbcType=REAL}, #{maxwindTilt,jdbcType=REAL}, - #{minwindPull,jdbcType=SMALLINT}, #{minwindWind,jdbcType=REAL}, #{minwindTilt,jdbcType=REAL}, + values (#{termId,jdbcType=INTEGER}, #{updateTime,jdbcType=BIGINT}, #{funcCode,jdbcType=INTEGER}, + #{maxpullPull,jdbcType=INTEGER}, #{maxpullWind,jdbcType=REAL}, #{maxpullTilt,jdbcType=REAL}, + #{minpullPull,jdbcType=INTEGER}, #{minpullWind,jdbcType=REAL}, #{minpullTilt,jdbcType=REAL}, + #{maxwindPull,jdbcType=INTEGER}, #{maxwindWind,jdbcType=REAL}, #{maxwindTilt,jdbcType=REAL}, + #{minwindPull,jdbcType=INTEGER}, #{minwindWind,jdbcType=REAL}, #{minwindTilt,jdbcType=REAL}, #{wid,jdbcType=BIGINT}, #{windSpeed,jdbcType=REAL}, #{createTime,jdbcType=TIMESTAMP} ) @@ -243,10 +243,10 @@ #{updateTime,jdbcType=BIGINT}, - #{funcCode,jdbcType=SMALLINT}, + #{funcCode,jdbcType=INTEGER}, - #{maxpullPull,jdbcType=SMALLINT}, + #{maxpullPull,jdbcType=INTEGER}, #{maxpullWind,jdbcType=REAL}, @@ -255,7 +255,7 @@ #{maxpullTilt,jdbcType=REAL}, - #{minpullPull,jdbcType=SMALLINT}, + #{minpullPull,jdbcType=INTEGER}, #{minpullWind,jdbcType=REAL}, @@ -264,7 +264,7 @@ #{minpullTilt,jdbcType=REAL}, - #{maxwindPull,jdbcType=SMALLINT}, + #{maxwindPull,jdbcType=INTEGER}, #{maxwindWind,jdbcType=REAL}, @@ -273,7 +273,7 @@ #{maxwindTilt,jdbcType=REAL}, - #{minwindPull,jdbcType=SMALLINT}, + #{minwindPull,jdbcType=INTEGER}, #{minwindWind,jdbcType=REAL}, @@ -319,10 +319,10 @@ update_time = #{row.updateTime,jdbcType=BIGINT}, - func_code = #{row.funcCode,jdbcType=SMALLINT}, + func_code = #{row.funcCode,jdbcType=INTEGER}, - maxpull_pull = #{row.maxpullPull,jdbcType=SMALLINT}, + maxpull_pull = #{row.maxpullPull,jdbcType=INTEGER}, maxpull_wind = #{row.maxpullWind,jdbcType=REAL}, @@ -331,7 +331,7 @@ maxpull_tilt = #{row.maxpullTilt,jdbcType=REAL}, - minpull_pull = #{row.minpullPull,jdbcType=SMALLINT}, + minpull_pull = #{row.minpullPull,jdbcType=INTEGER}, minpull_wind = #{row.minpullWind,jdbcType=REAL}, @@ -340,7 +340,7 @@ minpull_tilt = #{row.minpullTilt,jdbcType=REAL}, - maxwind_pull = #{row.maxwindPull,jdbcType=SMALLINT}, + maxwind_pull = #{row.maxwindPull,jdbcType=INTEGER}, maxwind_wind = #{row.maxwindWind,jdbcType=REAL}, @@ -349,7 +349,7 @@ maxwind_tilt = #{row.maxwindTilt,jdbcType=REAL}, - minwind_pull = #{row.minwindPull,jdbcType=SMALLINT}, + minwind_pull = #{row.minwindPull,jdbcType=INTEGER}, minwind_wind = #{row.minwindWind,jdbcType=REAL}, @@ -380,17 +380,17 @@ set id = #{row.id,jdbcType=BIGINT}, term_id = #{row.termId,jdbcType=INTEGER}, update_time = #{row.updateTime,jdbcType=BIGINT}, - func_code = #{row.funcCode,jdbcType=SMALLINT}, - maxpull_pull = #{row.maxpullPull,jdbcType=SMALLINT}, + func_code = #{row.funcCode,jdbcType=INTEGER}, + maxpull_pull = #{row.maxpullPull,jdbcType=INTEGER}, maxpull_wind = #{row.maxpullWind,jdbcType=REAL}, maxpull_tilt = #{row.maxpullTilt,jdbcType=REAL}, - minpull_pull = #{row.minpullPull,jdbcType=SMALLINT}, + minpull_pull = #{row.minpullPull,jdbcType=INTEGER}, minpull_wind = #{row.minpullWind,jdbcType=REAL}, minpull_tilt = #{row.minpullTilt,jdbcType=REAL}, - maxwind_pull = #{row.maxwindPull,jdbcType=SMALLINT}, + maxwind_pull = #{row.maxwindPull,jdbcType=INTEGER}, maxwind_wind = #{row.maxwindWind,jdbcType=REAL}, maxwind_tilt = #{row.maxwindTilt,jdbcType=REAL}, - minwind_pull = #{row.minwindPull,jdbcType=SMALLINT}, + minwind_pull = #{row.minwindPull,jdbcType=INTEGER}, minwind_wind = #{row.minwindWind,jdbcType=REAL}, minwind_tilt = #{row.minwindTilt,jdbcType=REAL}, wid = #{row.wid,jdbcType=BIGINT}, @@ -414,10 +414,10 @@ update_time = #{updateTime,jdbcType=BIGINT}, - func_code = #{funcCode,jdbcType=SMALLINT}, + func_code = #{funcCode,jdbcType=INTEGER}, - maxpull_pull = #{maxpullPull,jdbcType=SMALLINT}, + maxpull_pull = #{maxpullPull,jdbcType=INTEGER}, maxpull_wind = #{maxpullWind,jdbcType=REAL}, @@ -426,7 +426,7 @@ maxpull_tilt = #{maxpullTilt,jdbcType=REAL}, - minpull_pull = #{minpullPull,jdbcType=SMALLINT}, + minpull_pull = #{minpullPull,jdbcType=INTEGER}, minpull_wind = #{minpullWind,jdbcType=REAL}, @@ -435,7 +435,7 @@ minpull_tilt = #{minpullTilt,jdbcType=REAL}, - maxwind_pull = #{maxwindPull,jdbcType=SMALLINT}, + maxwind_pull = #{maxwindPull,jdbcType=INTEGER}, maxwind_wind = #{maxwindWind,jdbcType=REAL}, @@ -444,7 +444,7 @@ maxwind_tilt = #{maxwindTilt,jdbcType=REAL}, - minwind_pull = #{minwindPull,jdbcType=SMALLINT}, + minwind_pull = #{minwindPull,jdbcType=INTEGER}, minwind_wind = #{minwindWind,jdbcType=REAL}, @@ -472,17 +472,17 @@ update lead_pulls set term_id = #{termId,jdbcType=INTEGER}, update_time = #{updateTime,jdbcType=BIGINT}, - func_code = #{funcCode,jdbcType=SMALLINT}, - maxpull_pull = #{maxpullPull,jdbcType=SMALLINT}, + func_code = #{funcCode,jdbcType=INTEGER}, + maxpull_pull = #{maxpullPull,jdbcType=INTEGER}, maxpull_wind = #{maxpullWind,jdbcType=REAL}, maxpull_tilt = #{maxpullTilt,jdbcType=REAL}, - minpull_pull = #{minpullPull,jdbcType=SMALLINT}, + minpull_pull = #{minpullPull,jdbcType=INTEGER}, minpull_wind = #{minpullWind,jdbcType=REAL}, minpull_tilt = #{minpullTilt,jdbcType=REAL}, - maxwind_pull = #{maxwindPull,jdbcType=SMALLINT}, + maxwind_pull = #{maxwindPull,jdbcType=INTEGER}, maxwind_wind = #{maxwindWind,jdbcType=REAL}, maxwind_tilt = #{maxwindTilt,jdbcType=REAL}, - minwind_pull = #{minwindPull,jdbcType=SMALLINT}, + minwind_pull = #{minwindPull,jdbcType=INTEGER}, minwind_wind = #{minwindWind,jdbcType=REAL}, minwind_tilt = #{minwindTilt,jdbcType=REAL}, wid = #{wid,jdbcType=BIGINT}, diff --git a/xymanager_dao/src/main/resources/mappers/WeathersMapper.xml b/xymanager_dao/src/main/resources/mappers/WeathersMapper.xml index 6759ad8..7693605 100644 --- a/xymanager_dao/src/main/resources/mappers/WeathersMapper.xml +++ b/xymanager_dao/src/main/resources/mappers/WeathersMapper.xml @@ -11,7 +11,7 @@ - + @@ -19,11 +19,11 @@ - + - +