|
@@ -7,15 +7,15 @@
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
|
- <result column="windturbineId" jdbcType="VARCHAR" property="windturbineid" />
|
|
|
+ <result column="windturbine_id" jdbcType="VARCHAR" property="windturbineid" />
|
|
|
<result column="year" jdbcType="VARCHAR" property="year" />
|
|
|
<result column="month" jdbcType="VARCHAR" property="month" />
|
|
|
- <result column="monthDeviationRate" jdbcType="DECIMAL" property="monthdeviationrate" />
|
|
|
- <result column="yearDeviationRate" jdbcType="DECIMAL" property="yeardeviationrate" />
|
|
|
- <result column="standardDeviationRate" jdbcType="DECIMAL" property="standarddeviationrate" />
|
|
|
- <result column="deviationRate1" jdbcType="DECIMAL" property="deviationrate1" />
|
|
|
- <result column="deviationRate2" jdbcType="DECIMAL" property="deviationrate2" />
|
|
|
- <result column="deviationRate3" jdbcType="DECIMAL" property="deviationrate3" />
|
|
|
+ <result column="month_deviation_rate" jdbcType="DECIMAL" property="monthdeviationrate" />
|
|
|
+ <result column="year_deviation_rate" jdbcType="DECIMAL" property="yeardeviationrate" />
|
|
|
+ <result column="standard_deviation_rate" jdbcType="DECIMAL" property="standarddeviationrate" />
|
|
|
+ <result column="deviation_rate1" jdbcType="DECIMAL" property="deviationrate1" />
|
|
|
+ <result column="deviation_rate2" jdbcType="DECIMAL" property="deviationrate2" />
|
|
|
+ <result column="deviation_rate3" jdbcType="DECIMAL" property="deviationrate3" />
|
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
|
<!--
|
|
@@ -88,8 +88,8 @@
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
- id, windturbineId, year, month, monthDeviationRate, yearDeviationRate, standardDeviationRate,
|
|
|
- deviationRate1, deviationRate2, deviationRate3
|
|
|
+ id, windturbine_id, year, month, month_deviation_rate, year_deviation_rate, standard_deviation_rate,
|
|
|
+ deviation_rate1, deviation_rate2, deviation_rate3
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.gyee.runeconomy.model.auto.CurvefittingmonthmainExample" resultMap="BaseResultMap">
|
|
|
<!--
|
|
@@ -101,7 +101,6 @@
|
|
|
distinct
|
|
|
</if>
|
|
|
<include refid="Base_Column_List" />
|
|
|
from pro_econ_curve_fitt_month_main
|
|
|
<if test="_parameter != null">
|
|
|
<include refid="Example_Where_Clause" />
|
|
@@ -143,12 +142,12 @@
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
- insert into curvefittingmonthmain (id, windturbineId, year,
|
|
|
- month, monthDeviationRate, yearDeviationRate,
|
|
|
- standardDeviationRate, deviationRate1,
|
|
|
- deviationRate2, deviationRate3)
|
|
|
- values (#{id,jdbcType=VARCHAR}, #{windturbineid,jdbcType=VARCHAR}, #{year,jdbcType=VARCHAR},
|
|
|
- #{month,jdbcType=VARCHAR}, #{monthdeviationrate,jdbcType=DECIMAL}, #{yeardeviationrate,jdbcType=DECIMAL},
|
|
|
+ insert into curvefittingmonthmain (id, windturbine_id, year,
|
|
|
+ month, month_deviation_rate, year_deviation_rate,
|
|
|
+ standard_deviation_rate, deviation_rate1,
|
|
|
+ deviation_rate2, deviation_rate3)
|
|
|
+ values (#{id,jdbcType=VARCHAR}, #{windturbine_id,jdbcType=VARCHAR}, #{year,jdbcType=VARCHAR},
|
|
|
+ #{month,jdbcType=VARCHAR}, #{monthdeviationrate,jdbcType=DECIMAL}, #{yeardeviationrate,jdbcType=DECIMAL},
|
|
|
#{standarddeviationrate,jdbcType=DECIMAL}, #{deviationrate1,jdbcType=DECIMAL},
|
|
|
#{deviationrate2,jdbcType=DECIMAL}, #{deviationrate3,jdbcType=DECIMAL})
|
|
|
</insert>
|
|
@@ -162,8 +161,8 @@
|
|
|
<if test="id != null">
|
|
|
id,
|
|
|
</if>
|
|
|
- <if test="windturbineid != null">
|
|
|
- windturbineId,
|
|
|
+ <if test="windturbine_id != null">
|
|
|
+ windturbine_id,
|
|
|
</if>
|
|
|
<if test="year != null">
|
|
|
year,
|
|
@@ -172,12 +171,12 @@
|
|
|
month,
|
|
|
</if>
|
|
|
<if test="monthdeviationrate != null">
|
|
|
- monthDeviationRate,
|
|
|
+ month_deviation_rate,
|
|
|
</if>
|
|
|
- <if test="yeardeviationrate != null">
|
|
|
+ <if test="year_deviation_rate != null">
|
|
|
yearDeviationRate,
|
|
|
</if>
|
|
|
- <if test="standarddeviationrate != null">
|
|
|
+ <if test="standard_deviation_rate != null">
|
|
|
standardDeviationRate,
|
|
|
</if>
|
|
|
<if test="deviationrate1 != null">
|
|
@@ -194,8 +193,8 @@
|
|
|
<if test="id != null">
|
|
|
#{id,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="windturbineid != null">
|
|
|
- #{windturbineid,jdbcType=VARCHAR},
|
|
|
+ <if test="windturbine_id != null">
|
|
|
+ #{windturbine_id,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="year != null">
|
|
|
#{year,jdbcType=VARCHAR},
|
|
@@ -206,8 +205,8 @@
|
|
|
<if test="monthdeviationrate != null">
|
|
|
#{monthdeviationrate,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
- <if test="yeardeviationrate != null">
|
|
|
- #{yeardeviationrate,jdbcType=DECIMAL},
|
|
|
+ <if test="year_deviation_rate != null">
|
|
|
+ #{year_deviation_rate,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="standarddeviationrate != null">
|
|
|
#{standarddeviationrate,jdbcType=DECIMAL},
|
|
@@ -243,8 +242,8 @@
|
|
|
<if test="record.id != null">
|
|
|
id = #{record.id,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.windturbineid != null">
|
|
|
- windturbineId = #{record.windturbineid,jdbcType=VARCHAR},
|
|
|
+ <if test="record.windturbine_id != null">
|
|
|
+ windturbine_id = #{record.windturbine_id,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.year != null">
|
|
|
year = #{record.year,jdbcType=VARCHAR},
|
|
@@ -253,10 +252,10 @@
|
|
|
month = #{record.month,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.monthdeviationrate != null">
|
|
|
- monthDeviationRate = #{record.monthdeviationrate,jdbcType=DECIMAL},
|
|
|
+ month_deviation_rate = #{record.monthdeviationrate,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
- <if test="record.yeardeviationrate != null">
|
|
|
- yearDeviationRate = #{record.yeardeviationrate,jdbcType=DECIMAL},
|
|
|
+ <if test="record.year_deviation_rate != null">
|
|
|
+ year_deviation_rate = #{record.yeardeviationrate,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="record.standarddeviationrate != null">
|
|
|
standardDeviationRate = #{record.standarddeviationrate,jdbcType=DECIMAL},
|
|
@@ -282,15 +281,15 @@
|
|
|
-->
|
|
|
update curvefittingmonthmain
|
|
|
set id = #{record.id,jdbcType=VARCHAR},
|
|
|
- windturbineId = #{record.windturbineid,jdbcType=VARCHAR},
|
|
|
+ windturbine_id = #{record.windturbine_id,jdbcType=VARCHAR},
|
|
|
year = #{record.year,jdbcType=VARCHAR},
|
|
|
month = #{record.month,jdbcType=VARCHAR},
|
|
|
- monthDeviationRate = #{record.monthdeviationrate,jdbcType=DECIMAL},
|
|
|
- yearDeviationRate = #{record.yeardeviationrate,jdbcType=DECIMAL},
|
|
|
- standardDeviationRate = #{record.standarddeviationrate,jdbcType=DECIMAL},
|
|
|
- deviationRate1 = #{record.deviationrate1,jdbcType=DECIMAL},
|
|
|
- deviationRate2 = #{record.deviationrate2,jdbcType=DECIMAL},
|
|
|
- deviationRate3 = #{record.deviationrate3,jdbcType=DECIMAL}
|
|
|
+ month_deviation_rate = #{record.monthdeviationrate,jdbcType=DECIMAL},
|
|
|
+ year_deviation_rate = #{record.yeardeviationrate,jdbcType=DECIMAL},
|
|
|
+ standard_deviation_rate = #{record.standarddeviationrate,jdbcType=DECIMAL},
|
|
|
+ deviation_rate1 = #{record.deviationrate1,jdbcType=DECIMAL},
|
|
|
+ deviation_rate2 = #{record.deviationrate2,jdbcType=DECIMAL},
|
|
|
+ deviation_rate3 = #{record.deviationrate3,jdbcType=DECIMAL}
|
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
@@ -303,7 +302,7 @@
|
|
|
update curvefittingmonthmain
|
|
|
<set>
|
|
|
<if test="windturbineid != null">
|
|
|
- windturbineId = #{windturbineid,jdbcType=VARCHAR},
|
|
|
+ windturbine_id = #{windturbineid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="year != null">
|
|
|
year = #{year,jdbcType=VARCHAR},
|
|
@@ -312,22 +311,22 @@
|
|
|
month = #{month,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="monthdeviationrate != null">
|
|
|
- monthDeviationRate = #{monthdeviationrate,jdbcType=DECIMAL},
|
|
|
+ month_deviation_rate = #{monthdeviationrate,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="yeardeviationrate != null">
|
|
|
- yearDeviationRate = #{yeardeviationrate,jdbcType=DECIMAL},
|
|
|
+ year_deviation_rate = #{yeardeviationrate,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="standarddeviationrate != null">
|
|
|
- standardDeviationRate = #{standarddeviationrate,jdbcType=DECIMAL},
|
|
|
+ standard_deviation_rate = #{standarddeviationrate,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="deviationrate1 != null">
|
|
|
- deviationRate1 = #{deviationrate1,jdbcType=DECIMAL},
|
|
|
+ deviation_rate1 = #{deviationrate1,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="deviationrate2 != null">
|
|
|
- deviationRate2 = #{deviationrate2,jdbcType=DECIMAL},
|
|
|
+ deviation_rate2 = #{deviationrate2,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="deviationrate3 != null">
|
|
|
- deviationRate3 = #{deviationrate3,jdbcType=DECIMAL},
|
|
|
+ deviation_rate3 = #{deviationrate3,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
</set>
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
@@ -338,15 +337,15 @@
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
update curvefittingmonthmain
|
|
|
- set windturbineId = #{windturbineid,jdbcType=VARCHAR},
|
|
|
+ set windturbine_id = #{windturbine_id,jdbcType=VARCHAR},
|
|
|
year = #{year,jdbcType=VARCHAR},
|
|
|
month = #{month,jdbcType=VARCHAR},
|
|
|
- monthDeviationRate = #{monthdeviationrate,jdbcType=DECIMAL},
|
|
|
- yearDeviationRate = #{yeardeviationrate,jdbcType=DECIMAL},
|
|
|
- standardDeviationRate = #{standarddeviationrate,jdbcType=DECIMAL},
|
|
|
- deviationRate1 = #{deviationrate1,jdbcType=DECIMAL},
|
|
|
- deviationRate2 = #{deviationrate2,jdbcType=DECIMAL},
|
|
|
- deviationRate3 = #{deviationrate3,jdbcType=DECIMAL}
|
|
|
+ month_deviation_rate = #{monthdeviationrate,jdbcType=DECIMAL},
|
|
|
+ year_deviation_rate = #{yeardeviationrate,jdbcType=DECIMAL},
|
|
|
+ standard_deviation_rate = #{standarddeviationrate,jdbcType=DECIMAL},
|
|
|
+ deviation_rate1 = #{deviationrate1,jdbcType=DECIMAL},
|
|
|
+ deviation_rate2 = #{deviationrate2,jdbcType=DECIMAL},
|
|
|
+ deviation_rate3 = #{deviationrate3,jdbcType=DECIMAL}
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
</mapper>
|