|
@@ -16,7 +16,7 @@
|
|
<result column="MODELID" jdbcType="VARCHAR" property="modelid" />
|
|
<result column="MODELID" jdbcType="VARCHAR" property="modelid" />
|
|
<result column="EDNAVALUE" jdbcType="DECIMAL" property="ednavalue" />
|
|
<result column="EDNAVALUE" jdbcType="DECIMAL" property="ednavalue" />
|
|
<result column="CATEGORY" jdbcType="VARCHAR" property="category" />
|
|
<result column="CATEGORY" jdbcType="VARCHAR" property="category" />
|
|
- <result column="`RANGE`" jdbcType="VARCHAR" property="range" />
|
|
|
|
|
|
+ <result column="RANGE" jdbcType="VARCHAR" property="range" />
|
|
<result column="STATION" jdbcType="VARCHAR" property="station" />
|
|
<result column="STATION" jdbcType="VARCHAR" property="station" />
|
|
<result column="WINDTURBINE" jdbcType="VARCHAR" property="windturbine" />
|
|
<result column="WINDTURBINE" jdbcType="VARCHAR" property="windturbine" />
|
|
<result column="LINE" jdbcType="VARCHAR" property="line" />
|
|
<result column="LINE" jdbcType="VARCHAR" property="line" />
|
|
@@ -97,7 +97,7 @@
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
-->
|
|
-->
|
|
ID, NAME, DESCRIPTION, EXPRESSION, TAG, RANK, ENABLED, MODELID, EDNAVALUE, CATEGORY,
|
|
ID, NAME, DESCRIPTION, EXPRESSION, TAG, RANK, ENABLED, MODELID, EDNAVALUE, CATEGORY,
|
|
- `RANGE`, STATION, WINDTURBINE, LINE, PROJECT, ELECTRICAL, TASKSTART, RELATEDPARTS
|
|
|
|
|
|
+ RANGE, STATION, WINDTURBINE, LINE, PROJECT, ELECTRICAL, TASKSTART, RELATEDPARTS
|
|
</sql>
|
|
</sql>
|
|
<select id="selectByExample" parameterType="com.gyee.frame.model.auto.Alertrule2Example" resultMap="BaseResultMap">
|
|
<select id="selectByExample" parameterType="com.gyee.frame.model.auto.Alertrule2Example" resultMap="BaseResultMap">
|
|
<!--
|
|
<!--
|
|
@@ -153,7 +153,7 @@
|
|
insert into ALERTRULE2 (ID, NAME, DESCRIPTION,
|
|
insert into ALERTRULE2 (ID, NAME, DESCRIPTION,
|
|
EXPRESSION, TAG, RANK,
|
|
EXPRESSION, TAG, RANK,
|
|
ENABLED, MODELID, EDNAVALUE,
|
|
ENABLED, MODELID, EDNAVALUE,
|
|
- CATEGORY, `RANGE`, STATION,
|
|
|
|
|
|
+ CATEGORY, RANGE, STATION,
|
|
WINDTURBINE, LINE, PROJECT,
|
|
WINDTURBINE, LINE, PROJECT,
|
|
ELECTRICAL, TASKSTART, RELATEDPARTS
|
|
ELECTRICAL, TASKSTART, RELATEDPARTS
|
|
)
|
|
)
|
|
@@ -203,7 +203,7 @@
|
|
CATEGORY,
|
|
CATEGORY,
|
|
</if>
|
|
</if>
|
|
<if test="range != null">
|
|
<if test="range != null">
|
|
- `RANGE`,
|
|
|
|
|
|
+ RANGE,
|
|
</if>
|
|
</if>
|
|
<if test="station != null">
|
|
<if test="station != null">
|
|
STATION,
|
|
STATION,
|
|
@@ -376,7 +376,7 @@
|
|
MODELID = #{record.modelid,jdbcType=VARCHAR},
|
|
MODELID = #{record.modelid,jdbcType=VARCHAR},
|
|
EDNAVALUE = #{record.ednavalue,jdbcType=DECIMAL},
|
|
EDNAVALUE = #{record.ednavalue,jdbcType=DECIMAL},
|
|
CATEGORY = #{record.category,jdbcType=VARCHAR},
|
|
CATEGORY = #{record.category,jdbcType=VARCHAR},
|
|
- `RANGE` = #{record.range,jdbcType=VARCHAR},
|
|
|
|
|
|
+ RANGE = #{record.range,jdbcType=VARCHAR},
|
|
STATION = #{record.station,jdbcType=VARCHAR},
|
|
STATION = #{record.station,jdbcType=VARCHAR},
|
|
WINDTURBINE = #{record.windturbine,jdbcType=VARCHAR},
|
|
WINDTURBINE = #{record.windturbine,jdbcType=VARCHAR},
|
|
LINE = #{record.line,jdbcType=VARCHAR},
|
|
LINE = #{record.line,jdbcType=VARCHAR},
|
|
@@ -423,7 +423,7 @@
|
|
CATEGORY = #{category,jdbcType=VARCHAR},
|
|
CATEGORY = #{category,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
<if test="range != null">
|
|
<if test="range != null">
|
|
- `RANGE` = #{range,jdbcType=VARCHAR},
|
|
|
|
|
|
+ RANGE = #{range,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
<if test="station != null">
|
|
<if test="station != null">
|
|
STATION = #{station,jdbcType=VARCHAR},
|
|
STATION = #{station,jdbcType=VARCHAR},
|
|
@@ -464,7 +464,7 @@
|
|
MODELID = #{modelid,jdbcType=VARCHAR},
|
|
MODELID = #{modelid,jdbcType=VARCHAR},
|
|
EDNAVALUE = #{ednavalue,jdbcType=DECIMAL},
|
|
EDNAVALUE = #{ednavalue,jdbcType=DECIMAL},
|
|
CATEGORY = #{category,jdbcType=VARCHAR},
|
|
CATEGORY = #{category,jdbcType=VARCHAR},
|
|
- `RANGE` = #{range,jdbcType=VARCHAR},
|
|
|
|
|
|
+ RANGE = #{range,jdbcType=VARCHAR},
|
|
STATION = #{station,jdbcType=VARCHAR},
|
|
STATION = #{station,jdbcType=VARCHAR},
|
|
WINDTURBINE = #{windturbine,jdbcType=VARCHAR},
|
|
WINDTURBINE = #{windturbine,jdbcType=VARCHAR},
|
|
LINE = #{line,jdbcType=VARCHAR},
|
|
LINE = #{line,jdbcType=VARCHAR},
|