|
|
@ -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>
|