123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="com.gyee.frame.mapper.auto.Windturbineinfodaytop2Mapper">
- <resultMap id="BaseResultMap" type="com.gyee.frame.model.auto.Windturbineinfodaytop2">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <id column="id" jdbcType="INTEGER" property="id" />
- <result column="windPowerStationId" jdbcType="VARCHAR" property="windpowerstationid" />
- <result column="projectId" jdbcType="VARCHAR" property="projectid" />
- <result column="lineId" jdbcType="VARCHAR" property="lineid" />
- <result column="windTurbineId" jdbcType="VARCHAR" property="windturbineid" />
- <result column="recordDate" jdbcType="TIMESTAMP" property="recorddate" />
- <result column="dayfdl" jdbcType="DECIMAL" property="dayfdl" />
- <result column="monthfdl" jdbcType="DECIMAL" property="monthfdl" />
- <result column="yearfdl" jdbcType="DECIMAL" property="yearfdl" />
- <result column="dayllfdl" jdbcType="DECIMAL" property="dayllfdl" />
- <result column="monthllfdl" jdbcType="DECIMAL" property="monthllfdl" />
- <result column="yearllfdl" jdbcType="DECIMAL" property="yearllfdl" />
- <result column="dayfs" jdbcType="DECIMAL" property="dayfs" />
- <result column="monthfs" jdbcType="DECIMAL" property="monthfs" />
- <result column="yearfs" jdbcType="DECIMAL" property="yearfs" />
- <result column="daygl" jdbcType="DECIMAL" property="daygl" />
- <result column="monthgl" jdbcType="DECIMAL" property="monthgl" />
- <result column="yeargl" jdbcType="DECIMAL" property="yeargl" />
- <result column="daygzssdl" jdbcType="DECIMAL" property="daygzssdl" />
- <result column="monthgzssdl" jdbcType="DECIMAL" property="monthgzssdl" />
- <result column="yeargzssdl" jdbcType="DECIMAL" property="yeargzssdl" />
- <result column="dayxdssdl" jdbcType="DECIMAL" property="dayxdssdl" />
- <result column="monthxdssdl" jdbcType="DECIMAL" property="monthxdssdl" />
- <result column="yearxdssdl" jdbcType="DECIMAL" property="yearxdssdl" />
- <result column="daywhssdl" jdbcType="DECIMAL" property="daywhssdl" />
- <result column="monthwhssdl" jdbcType="DECIMAL" property="monthwhssdl" />
- <result column="yearwhssdl" jdbcType="DECIMAL" property="yearwhssdl" />
- <result column="dayxnssdl" jdbcType="DECIMAL" property="dayxnssdl" />
- <result column="monthxnssdl" jdbcType="DECIMAL" property="monthxnssdl" />
- <result column="yearxnssdl" jdbcType="DECIMAL" property="yearxnssdl" />
- <result column="daygzsj" jdbcType="DECIMAL" property="daygzsj" />
- <result column="monthgzsj" jdbcType="DECIMAL" property="monthgzsj" />
- <result column="yeargzsj" jdbcType="DECIMAL" property="yeargzsj" />
- <result column="daywhsj" jdbcType="DECIMAL" property="daywhsj" />
- <result column="monthwhsj" jdbcType="DECIMAL" property="monthwhsj" />
- <result column="yearwhsj" jdbcType="DECIMAL" property="yearwhsj" />
- <result column="dayyxsj" jdbcType="DECIMAL" property="dayyxsj" />
- <result column="monthyxsj" jdbcType="DECIMAL" property="monthyxsj" />
- <result column="yearyxsj" jdbcType="DECIMAL" property="yearyxsj" />
- <result column="daytjsj" jdbcType="DECIMAL" property="daytjsj" />
- <result column="monthtjsj" jdbcType="DECIMAL" property="monthtjsj" />
- <result column="yeartjsj" jdbcType="DECIMAL" property="yeartjsj" />
- <result column="dayLYXS" jdbcType="DECIMAL" property="daylyxs" />
- <result column="monthLYXS" jdbcType="DECIMAL" property="monthlyxs" />
- <result column="yearLYXS" jdbcType="DECIMAL" property="yearlyxs" />
- <result column="dayNHYD" jdbcType="DECIMAL" property="daynhyd" />
- <result column="monthNHYD" jdbcType="DECIMAL" property="monthnhyd" />
- <result column="yearNHYD" jdbcType="DECIMAL" property="yearnhyd" />
- <result column="daySBKLYL" jdbcType="DECIMAL" property="daysbklyl" />
- <result column="monthSBKLYL" jdbcType="DECIMAL" property="monthsbklyl" />
- <result column="yearSBKLYL" jdbcType="DECIMAL" property="yearsbklyl" />
- <result column="dayDXKYXS" jdbcType="DECIMAL" property="daydxkyxs" />
- <result column="monthDXKYXS" jdbcType="DECIMAL" property="monthdxkyxs" />
- <result column="yearDXKYXS" jdbcType="DECIMAL" property="yeardxkyxs" />
- <result column="dayyxfss" jdbcType="DECIMAL" property="dayyxfss" />
- <result column="monthyxfss" jdbcType="DECIMAL" property="monthyxfss" />
- <result column="yearyxfss" jdbcType="DECIMAL" property="yearyxfss" />
- <result column="dayxfqr" jdbcType="DECIMAL" property="dayxfqr" />
- <result column="monthxfqr" jdbcType="DECIMAL" property="monthxfqr" />
- <result column="yearxfqr" jdbcType="DECIMAL" property="yearxfqr" />
- <result column="dayjfpl" jdbcType="DECIMAL" property="dayjfpl" />
- <result column="monthjfpl" jdbcType="DECIMAL" property="monthjfpl" />
- <result column="yearjfpl" jdbcType="DECIMAL" property="yearjfpl" />
- <result column="dayglyzxxs" jdbcType="DECIMAL" property="dayglyzxxs" />
- <result column="monthglyzxxs" jdbcType="DECIMAL" property="monthglyzxxs" />
- <result column="yearglyzxxs" jdbcType="DECIMAL" property="yearglyzxxs" />
- <result column="type" jdbcType="INTEGER" property="type" />
- <result column="Rank" jdbcType="INTEGER" property="rank" />
- <result column="Level" jdbcType="VARCHAR" property="level" />
- <result column="year" jdbcType="INTEGER" property="year" />
- <result column="month" jdbcType="INTEGER" property="month" />
- </resultMap>
- <sql id="Example_Where_Clause">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <where>
- <foreach collection="oredCriteria" item="criteria" separator="or">
- <if test="criteria.valid">
- <trim prefix="(" prefixOverrides="and" suffix=")">
- <foreach collection="criteria.criteria" item="criterion">
- <choose>
- <when test="criterion.noValue">
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue">
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue">
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue">
- and ${criterion.condition}
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Update_By_Example_Where_Clause">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <where>
- <foreach collection="example.oredCriteria" item="criteria" separator="or">
- <if test="criteria.valid">
- <trim prefix="(" prefixOverrides="and" suffix=")">
- <foreach collection="criteria.criteria" item="criterion">
- <choose>
- <when test="criterion.noValue">
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue">
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue">
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue">
- and ${criterion.condition}
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Base_Column_List">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- id, windPowerStationId, projectId, lineId, windTurbineId, recordDate, dayfdl, monthfdl,
- yearfdl, dayllfdl, monthllfdl, yearllfdl, dayfs, monthfs, yearfs, daygl, monthgl,
- yeargl, daygzssdl, monthgzssdl, yeargzssdl, dayxdssdl, monthxdssdl, yearxdssdl, daywhssdl,
- monthwhssdl, yearwhssdl, dayxnssdl, monthxnssdl, yearxnssdl, daygzsj, monthgzsj,
- yeargzsj, daywhsj, monthwhsj, yearwhsj, dayyxsj, monthyxsj, yearyxsj, daytjsj, monthtjsj,
- yeartjsj, dayLYXS, monthLYXS, yearLYXS, dayNHYD, monthNHYD, yearNHYD, daySBKLYL,
- monthSBKLYL, yearSBKLYL, dayDXKYXS, monthDXKYXS, yearDXKYXS, dayyxfss, monthyxfss,
- yearyxfss, dayxfqr, monthxfqr, yearxfqr, dayjfpl, monthjfpl, yearjfpl, dayglyzxxs,
- monthglyzxxs, yearglyzxxs, type, Rank, "LEVEL", year, month
- </sql>
- <select id="selectByExample" parameterType="com.gyee.frame.model.auto.Windturbineinfodaytop2Example" resultMap="BaseResultMap">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select
- <if test="distinct">
- distinct
- </if>
- <include refid="Base_Column_List" />
- from windturbineinfodaytop2
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- <if test="orderByClause != null">
- order by ${orderByClause}
- </if>
- </select>
- <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select
- <include refid="Base_Column_List" />
- from windturbineinfodaytop2
- where id = #{id,jdbcType=INTEGER}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- delete from windturbineinfodaytop2
- where id = #{id,jdbcType=INTEGER}
- </delete>
- <delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.Windturbineinfodaytop2Example">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- delete from windturbineinfodaytop2
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- </delete>
- <insert id="insert" parameterType="com.gyee.frame.model.auto.Windturbineinfodaytop2">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- insert into windturbineinfodaytop2 (id, windPowerStationId, projectId,
- lineId, windTurbineId, recordDate,
- dayfdl, monthfdl, yearfdl,
- dayllfdl, monthllfdl, yearllfdl,
- dayfs, monthfs, yearfs,
- daygl, monthgl, yeargl,
- daygzssdl, monthgzssdl, yeargzssdl,
- dayxdssdl, monthxdssdl, yearxdssdl,
- daywhssdl, monthwhssdl, yearwhssdl,
- dayxnssdl, monthxnssdl, yearxnssdl,
- daygzsj, monthgzsj, yeargzsj,
- daywhsj, monthwhsj, yearwhsj,
- dayyxsj, monthyxsj, yearyxsj,
- daytjsj, monthtjsj, yeartjsj,
- dayLYXS, monthLYXS, yearLYXS,
- dayNHYD, monthNHYD, yearNHYD,
- daySBKLYL, monthSBKLYL, yearSBKLYL,
- dayDXKYXS, monthDXKYXS, yearDXKYXS,
- dayyxfss, monthyxfss, yearyxfss,
- dayxfqr, monthxfqr, yearxfqr,
- dayjfpl, monthjfpl, yearjfpl,
- dayglyzxxs, monthglyzxxs, yearglyzxxs,
- type, Rank, Level,
- year, month)
- values (#{id,jdbcType=INTEGER}, #{windpowerstationid,jdbcType=VARCHAR}, #{projectid,jdbcType=VARCHAR},
- #{lineid,jdbcType=VARCHAR}, #{windturbineid,jdbcType=VARCHAR}, #{recorddate,jdbcType=TIMESTAMP},
- #{dayfdl,jdbcType=DECIMAL}, #{monthfdl,jdbcType=DECIMAL}, #{yearfdl,jdbcType=DECIMAL},
- #{dayllfdl,jdbcType=DECIMAL}, #{monthllfdl,jdbcType=DECIMAL}, #{yearllfdl,jdbcType=DECIMAL},
- #{dayfs,jdbcType=DECIMAL}, #{monthfs,jdbcType=DECIMAL}, #{yearfs,jdbcType=DECIMAL},
- #{daygl,jdbcType=DECIMAL}, #{monthgl,jdbcType=DECIMAL}, #{yeargl,jdbcType=DECIMAL},
- #{daygzssdl,jdbcType=DECIMAL}, #{monthgzssdl,jdbcType=DECIMAL}, #{yeargzssdl,jdbcType=DECIMAL},
- #{dayxdssdl,jdbcType=DECIMAL}, #{monthxdssdl,jdbcType=DECIMAL}, #{yearxdssdl,jdbcType=DECIMAL},
- #{daywhssdl,jdbcType=DECIMAL}, #{monthwhssdl,jdbcType=DECIMAL}, #{yearwhssdl,jdbcType=DECIMAL},
- #{dayxnssdl,jdbcType=DECIMAL}, #{monthxnssdl,jdbcType=DECIMAL}, #{yearxnssdl,jdbcType=DECIMAL},
- #{daygzsj,jdbcType=DECIMAL}, #{monthgzsj,jdbcType=DECIMAL}, #{yeargzsj,jdbcType=DECIMAL},
- #{daywhsj,jdbcType=DECIMAL}, #{monthwhsj,jdbcType=DECIMAL}, #{yearwhsj,jdbcType=DECIMAL},
- #{dayyxsj,jdbcType=DECIMAL}, #{monthyxsj,jdbcType=DECIMAL}, #{yearyxsj,jdbcType=DECIMAL},
- #{daytjsj,jdbcType=DECIMAL}, #{monthtjsj,jdbcType=DECIMAL}, #{yeartjsj,jdbcType=DECIMAL},
- #{daylyxs,jdbcType=DECIMAL}, #{monthlyxs,jdbcType=DECIMAL}, #{yearlyxs,jdbcType=DECIMAL},
- #{daynhyd,jdbcType=DECIMAL}, #{monthnhyd,jdbcType=DECIMAL}, #{yearnhyd,jdbcType=DECIMAL},
- #{daysbklyl,jdbcType=DECIMAL}, #{monthsbklyl,jdbcType=DECIMAL}, #{yearsbklyl,jdbcType=DECIMAL},
- #{daydxkyxs,jdbcType=DECIMAL}, #{monthdxkyxs,jdbcType=DECIMAL}, #{yeardxkyxs,jdbcType=DECIMAL},
- #{dayyxfss,jdbcType=DECIMAL}, #{monthyxfss,jdbcType=DECIMAL}, #{yearyxfss,jdbcType=DECIMAL},
- #{dayxfqr,jdbcType=DECIMAL}, #{monthxfqr,jdbcType=DECIMAL}, #{yearxfqr,jdbcType=DECIMAL},
- #{dayjfpl,jdbcType=DECIMAL}, #{monthjfpl,jdbcType=DECIMAL}, #{yearjfpl,jdbcType=DECIMAL},
- #{dayglyzxxs,jdbcType=DECIMAL}, #{monthglyzxxs,jdbcType=DECIMAL}, #{yearglyzxxs,jdbcType=DECIMAL},
- #{type,jdbcType=INTEGER}, #{rank,jdbcType=INTEGER}, #{level,jdbcType=VARCHAR},
- #{year,jdbcType=INTEGER}, #{month,jdbcType=INTEGER})
- </insert>
- <insert id="insertSelective" parameterType="com.gyee.frame.model.auto.Windturbineinfodaytop2">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- insert into windturbineinfodaytop2
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="id != null">
- id,
- </if>
- <if test="windpowerstationid != null">
- windPowerStationId,
- </if>
- <if test="projectid != null">
- projectId,
- </if>
- <if test="lineid != null">
- lineId,
- </if>
- <if test="windturbineid != null">
- windTurbineId,
- </if>
- <if test="recorddate != null">
- recordDate,
- </if>
- <if test="dayfdl != null">
- dayfdl,
- </if>
- <if test="monthfdl != null">
- monthfdl,
- </if>
- <if test="yearfdl != null">
- yearfdl,
- </if>
- <if test="dayllfdl != null">
- dayllfdl,
- </if>
- <if test="monthllfdl != null">
- monthllfdl,
- </if>
- <if test="yearllfdl != null">
- yearllfdl,
- </if>
- <if test="dayfs != null">
- dayfs,
- </if>
- <if test="monthfs != null">
- monthfs,
- </if>
- <if test="yearfs != null">
- yearfs,
- </if>
- <if test="daygl != null">
- daygl,
- </if>
- <if test="monthgl != null">
- monthgl,
- </if>
- <if test="yeargl != null">
- yeargl,
- </if>
- <if test="daygzssdl != null">
- daygzssdl,
- </if>
- <if test="monthgzssdl != null">
- monthgzssdl,
- </if>
- <if test="yeargzssdl != null">
- yeargzssdl,
- </if>
- <if test="dayxdssdl != null">
- dayxdssdl,
- </if>
- <if test="monthxdssdl != null">
- monthxdssdl,
- </if>
- <if test="yearxdssdl != null">
- yearxdssdl,
- </if>
- <if test="daywhssdl != null">
- daywhssdl,
- </if>
- <if test="monthwhssdl != null">
- monthwhssdl,
- </if>
- <if test="yearwhssdl != null">
- yearwhssdl,
- </if>
- <if test="dayxnssdl != null">
- dayxnssdl,
- </if>
- <if test="monthxnssdl != null">
- monthxnssdl,
- </if>
- <if test="yearxnssdl != null">
- yearxnssdl,
- </if>
- <if test="daygzsj != null">
- daygzsj,
- </if>
- <if test="monthgzsj != null">
- monthgzsj,
- </if>
- <if test="yeargzsj != null">
- yeargzsj,
- </if>
- <if test="daywhsj != null">
- daywhsj,
- </if>
- <if test="monthwhsj != null">
- monthwhsj,
- </if>
- <if test="yearwhsj != null">
- yearwhsj,
- </if>
- <if test="dayyxsj != null">
- dayyxsj,
- </if>
- <if test="monthyxsj != null">
- monthyxsj,
- </if>
- <if test="yearyxsj != null">
- yearyxsj,
- </if>
- <if test="daytjsj != null">
- daytjsj,
- </if>
- <if test="monthtjsj != null">
- monthtjsj,
- </if>
- <if test="yeartjsj != null">
- yeartjsj,
- </if>
- <if test="daylyxs != null">
- dayLYXS,
- </if>
- <if test="monthlyxs != null">
- monthLYXS,
- </if>
- <if test="yearlyxs != null">
- yearLYXS,
- </if>
- <if test="daynhyd != null">
- dayNHYD,
- </if>
- <if test="monthnhyd != null">
- monthNHYD,
- </if>
- <if test="yearnhyd != null">
- yearNHYD,
- </if>
- <if test="daysbklyl != null">
- daySBKLYL,
- </if>
- <if test="monthsbklyl != null">
- monthSBKLYL,
- </if>
- <if test="yearsbklyl != null">
- yearSBKLYL,
- </if>
- <if test="daydxkyxs != null">
- dayDXKYXS,
- </if>
- <if test="monthdxkyxs != null">
- monthDXKYXS,
- </if>
- <if test="yeardxkyxs != null">
- yearDXKYXS,
- </if>
- <if test="dayyxfss != null">
- dayyxfss,
- </if>
- <if test="monthyxfss != null">
- monthyxfss,
- </if>
- <if test="yearyxfss != null">
- yearyxfss,
- </if>
- <if test="dayxfqr != null">
- dayxfqr,
- </if>
- <if test="monthxfqr != null">
- monthxfqr,
- </if>
- <if test="yearxfqr != null">
- yearxfqr,
- </if>
- <if test="dayjfpl != null">
- dayjfpl,
- </if>
- <if test="monthjfpl != null">
- monthjfpl,
- </if>
- <if test="yearjfpl != null">
- yearjfpl,
- </if>
- <if test="dayglyzxxs != null">
- dayglyzxxs,
- </if>
- <if test="monthglyzxxs != null">
- monthglyzxxs,
- </if>
- <if test="yearglyzxxs != null">
- yearglyzxxs,
- </if>
- <if test="type != null">
- type,
- </if>
- <if test="rank != null">
- Rank,
- </if>
- <if test="level != null">
- Level,
- </if>
- <if test="year != null">
- year,
- </if>
- <if test="month != null">
- month,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="id != null">
- #{id,jdbcType=INTEGER},
- </if>
- <if test="windpowerstationid != null">
- #{windpowerstationid,jdbcType=VARCHAR},
- </if>
- <if test="projectid != null">
- #{projectid,jdbcType=VARCHAR},
- </if>
- <if test="lineid != null">
- #{lineid,jdbcType=VARCHAR},
- </if>
- <if test="windturbineid != null">
- #{windturbineid,jdbcType=VARCHAR},
- </if>
- <if test="recorddate != null">
- #{recorddate,jdbcType=TIMESTAMP},
- </if>
- <if test="dayfdl != null">
- #{dayfdl,jdbcType=DECIMAL},
- </if>
- <if test="monthfdl != null">
- #{monthfdl,jdbcType=DECIMAL},
- </if>
- <if test="yearfdl != null">
- #{yearfdl,jdbcType=DECIMAL},
- </if>
- <if test="dayllfdl != null">
- #{dayllfdl,jdbcType=DECIMAL},
- </if>
- <if test="monthllfdl != null">
- #{monthllfdl,jdbcType=DECIMAL},
- </if>
- <if test="yearllfdl != null">
- #{yearllfdl,jdbcType=DECIMAL},
- </if>
- <if test="dayfs != null">
- #{dayfs,jdbcType=DECIMAL},
- </if>
- <if test="monthfs != null">
- #{monthfs,jdbcType=DECIMAL},
- </if>
- <if test="yearfs != null">
- #{yearfs,jdbcType=DECIMAL},
- </if>
- <if test="daygl != null">
- #{daygl,jdbcType=DECIMAL},
- </if>
- <if test="monthgl != null">
- #{monthgl,jdbcType=DECIMAL},
- </if>
- <if test="yeargl != null">
- #{yeargl,jdbcType=DECIMAL},
- </if>
- <if test="daygzssdl != null">
- #{daygzssdl,jdbcType=DECIMAL},
- </if>
- <if test="monthgzssdl != null">
- #{monthgzssdl,jdbcType=DECIMAL},
- </if>
- <if test="yeargzssdl != null">
- #{yeargzssdl,jdbcType=DECIMAL},
- </if>
- <if test="dayxdssdl != null">
- #{dayxdssdl,jdbcType=DECIMAL},
- </if>
- <if test="monthxdssdl != null">
- #{monthxdssdl,jdbcType=DECIMAL},
- </if>
- <if test="yearxdssdl != null">
- #{yearxdssdl,jdbcType=DECIMAL},
- </if>
- <if test="daywhssdl != null">
- #{daywhssdl,jdbcType=DECIMAL},
- </if>
- <if test="monthwhssdl != null">
- #{monthwhssdl,jdbcType=DECIMAL},
- </if>
- <if test="yearwhssdl != null">
- #{yearwhssdl,jdbcType=DECIMAL},
- </if>
- <if test="dayxnssdl != null">
- #{dayxnssdl,jdbcType=DECIMAL},
- </if>
- <if test="monthxnssdl != null">
- #{monthxnssdl,jdbcType=DECIMAL},
- </if>
- <if test="yearxnssdl != null">
- #{yearxnssdl,jdbcType=DECIMAL},
- </if>
- <if test="daygzsj != null">
- #{daygzsj,jdbcType=DECIMAL},
- </if>
- <if test="monthgzsj != null">
- #{monthgzsj,jdbcType=DECIMAL},
- </if>
- <if test="yeargzsj != null">
- #{yeargzsj,jdbcType=DECIMAL},
- </if>
- <if test="daywhsj != null">
- #{daywhsj,jdbcType=DECIMAL},
- </if>
- <if test="monthwhsj != null">
- #{monthwhsj,jdbcType=DECIMAL},
- </if>
- <if test="yearwhsj != null">
- #{yearwhsj,jdbcType=DECIMAL},
- </if>
- <if test="dayyxsj != null">
- #{dayyxsj,jdbcType=DECIMAL},
- </if>
- <if test="monthyxsj != null">
- #{monthyxsj,jdbcType=DECIMAL},
- </if>
- <if test="yearyxsj != null">
- #{yearyxsj,jdbcType=DECIMAL},
- </if>
- <if test="daytjsj != null">
- #{daytjsj,jdbcType=DECIMAL},
- </if>
- <if test="monthtjsj != null">
- #{monthtjsj,jdbcType=DECIMAL},
- </if>
- <if test="yeartjsj != null">
- #{yeartjsj,jdbcType=DECIMAL},
- </if>
- <if test="daylyxs != null">
- #{daylyxs,jdbcType=DECIMAL},
- </if>
- <if test="monthlyxs != null">
- #{monthlyxs,jdbcType=DECIMAL},
- </if>
- <if test="yearlyxs != null">
- #{yearlyxs,jdbcType=DECIMAL},
- </if>
- <if test="daynhyd != null">
- #{daynhyd,jdbcType=DECIMAL},
- </if>
- <if test="monthnhyd != null">
- #{monthnhyd,jdbcType=DECIMAL},
- </if>
- <if test="yearnhyd != null">
- #{yearnhyd,jdbcType=DECIMAL},
- </if>
- <if test="daysbklyl != null">
- #{daysbklyl,jdbcType=DECIMAL},
- </if>
- <if test="monthsbklyl != null">
- #{monthsbklyl,jdbcType=DECIMAL},
- </if>
- <if test="yearsbklyl != null">
- #{yearsbklyl,jdbcType=DECIMAL},
- </if>
- <if test="daydxkyxs != null">
- #{daydxkyxs,jdbcType=DECIMAL},
- </if>
- <if test="monthdxkyxs != null">
- #{monthdxkyxs,jdbcType=DECIMAL},
- </if>
- <if test="yeardxkyxs != null">
- #{yeardxkyxs,jdbcType=DECIMAL},
- </if>
- <if test="dayyxfss != null">
- #{dayyxfss,jdbcType=DECIMAL},
- </if>
- <if test="monthyxfss != null">
- #{monthyxfss,jdbcType=DECIMAL},
- </if>
- <if test="yearyxfss != null">
- #{yearyxfss,jdbcType=DECIMAL},
- </if>
- <if test="dayxfqr != null">
- #{dayxfqr,jdbcType=DECIMAL},
- </if>
- <if test="monthxfqr != null">
- #{monthxfqr,jdbcType=DECIMAL},
- </if>
- <if test="yearxfqr != null">
- #{yearxfqr,jdbcType=DECIMAL},
- </if>
- <if test="dayjfpl != null">
- #{dayjfpl,jdbcType=DECIMAL},
- </if>
- <if test="monthjfpl != null">
- #{monthjfpl,jdbcType=DECIMAL},
- </if>
- <if test="yearjfpl != null">
- #{yearjfpl,jdbcType=DECIMAL},
- </if>
- <if test="dayglyzxxs != null">
- #{dayglyzxxs,jdbcType=DECIMAL},
- </if>
- <if test="monthglyzxxs != null">
- #{monthglyzxxs,jdbcType=DECIMAL},
- </if>
- <if test="yearglyzxxs != null">
- #{yearglyzxxs,jdbcType=DECIMAL},
- </if>
- <if test="type != null">
- #{type,jdbcType=INTEGER},
- </if>
- <if test="rank != null">
- #{rank,jdbcType=INTEGER},
- </if>
- <if test="level != null">
- #{level,jdbcType=VARCHAR},
- </if>
- <if test="year != null">
- #{year,jdbcType=INTEGER},
- </if>
- <if test="month != null">
- #{month,jdbcType=INTEGER},
- </if>
- </trim>
- </insert>
- <select id="countByExample" parameterType="com.gyee.frame.model.auto.Windturbineinfodaytop2Example" resultType="java.lang.Long">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select count(*) from windturbineinfodaytop2
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- </select>
- <update id="updateByExampleSelective" parameterType="map">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update windturbineinfodaytop2
- <set>
- <if test="record.id != null">
- id = #{record.id,jdbcType=INTEGER},
- </if>
- <if test="record.windpowerstationid != null">
- windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
- </if>
- <if test="record.projectid != null">
- projectId = #{record.projectid,jdbcType=VARCHAR},
- </if>
- <if test="record.lineid != null">
- lineId = #{record.lineid,jdbcType=VARCHAR},
- </if>
- <if test="record.windturbineid != null">
- windTurbineId = #{record.windturbineid,jdbcType=VARCHAR},
- </if>
- <if test="record.recorddate != null">
- recordDate = #{record.recorddate,jdbcType=TIMESTAMP},
- </if>
- <if test="record.dayfdl != null">
- dayfdl = #{record.dayfdl,jdbcType=DECIMAL},
- </if>
- <if test="record.monthfdl != null">
- monthfdl = #{record.monthfdl,jdbcType=DECIMAL},
- </if>
- <if test="record.yearfdl != null">
- yearfdl = #{record.yearfdl,jdbcType=DECIMAL},
- </if>
- <if test="record.dayllfdl != null">
- dayllfdl = #{record.dayllfdl,jdbcType=DECIMAL},
- </if>
- <if test="record.monthllfdl != null">
- monthllfdl = #{record.monthllfdl,jdbcType=DECIMAL},
- </if>
- <if test="record.yearllfdl != null">
- yearllfdl = #{record.yearllfdl,jdbcType=DECIMAL},
- </if>
- <if test="record.dayfs != null">
- dayfs = #{record.dayfs,jdbcType=DECIMAL},
- </if>
- <if test="record.monthfs != null">
- monthfs = #{record.monthfs,jdbcType=DECIMAL},
- </if>
- <if test="record.yearfs != null">
- yearfs = #{record.yearfs,jdbcType=DECIMAL},
- </if>
- <if test="record.daygl != null">
- daygl = #{record.daygl,jdbcType=DECIMAL},
- </if>
- <if test="record.monthgl != null">
- monthgl = #{record.monthgl,jdbcType=DECIMAL},
- </if>
- <if test="record.yeargl != null">
- yeargl = #{record.yeargl,jdbcType=DECIMAL},
- </if>
- <if test="record.daygzssdl != null">
- daygzssdl = #{record.daygzssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.monthgzssdl != null">
- monthgzssdl = #{record.monthgzssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.yeargzssdl != null">
- yeargzssdl = #{record.yeargzssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.dayxdssdl != null">
- dayxdssdl = #{record.dayxdssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.monthxdssdl != null">
- monthxdssdl = #{record.monthxdssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.yearxdssdl != null">
- yearxdssdl = #{record.yearxdssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.daywhssdl != null">
- daywhssdl = #{record.daywhssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.monthwhssdl != null">
- monthwhssdl = #{record.monthwhssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.yearwhssdl != null">
- yearwhssdl = #{record.yearwhssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.dayxnssdl != null">
- dayxnssdl = #{record.dayxnssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.monthxnssdl != null">
- monthxnssdl = #{record.monthxnssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.yearxnssdl != null">
- yearxnssdl = #{record.yearxnssdl,jdbcType=DECIMAL},
- </if>
- <if test="record.daygzsj != null">
- daygzsj = #{record.daygzsj,jdbcType=DECIMAL},
- </if>
- <if test="record.monthgzsj != null">
- monthgzsj = #{record.monthgzsj,jdbcType=DECIMAL},
- </if>
- <if test="record.yeargzsj != null">
- yeargzsj = #{record.yeargzsj,jdbcType=DECIMAL},
- </if>
- <if test="record.daywhsj != null">
- daywhsj = #{record.daywhsj,jdbcType=DECIMAL},
- </if>
- <if test="record.monthwhsj != null">
- monthwhsj = #{record.monthwhsj,jdbcType=DECIMAL},
- </if>
- <if test="record.yearwhsj != null">
- yearwhsj = #{record.yearwhsj,jdbcType=DECIMAL},
- </if>
- <if test="record.dayyxsj != null">
- dayyxsj = #{record.dayyxsj,jdbcType=DECIMAL},
- </if>
- <if test="record.monthyxsj != null">
- monthyxsj = #{record.monthyxsj,jdbcType=DECIMAL},
- </if>
- <if test="record.yearyxsj != null">
- yearyxsj = #{record.yearyxsj,jdbcType=DECIMAL},
- </if>
- <if test="record.daytjsj != null">
- daytjsj = #{record.daytjsj,jdbcType=DECIMAL},
- </if>
- <if test="record.monthtjsj != null">
- monthtjsj = #{record.monthtjsj,jdbcType=DECIMAL},
- </if>
- <if test="record.yeartjsj != null">
- yeartjsj = #{record.yeartjsj,jdbcType=DECIMAL},
- </if>
- <if test="record.daylyxs != null">
- dayLYXS = #{record.daylyxs,jdbcType=DECIMAL},
- </if>
- <if test="record.monthlyxs != null">
- monthLYXS = #{record.monthlyxs,jdbcType=DECIMAL},
- </if>
- <if test="record.yearlyxs != null">
- yearLYXS = #{record.yearlyxs,jdbcType=DECIMAL},
- </if>
- <if test="record.daynhyd != null">
- dayNHYD = #{record.daynhyd,jdbcType=DECIMAL},
- </if>
- <if test="record.monthnhyd != null">
- monthNHYD = #{record.monthnhyd,jdbcType=DECIMAL},
- </if>
- <if test="record.yearnhyd != null">
- yearNHYD = #{record.yearnhyd,jdbcType=DECIMAL},
- </if>
- <if test="record.daysbklyl != null">
- daySBKLYL = #{record.daysbklyl,jdbcType=DECIMAL},
- </if>
- <if test="record.monthsbklyl != null">
- monthSBKLYL = #{record.monthsbklyl,jdbcType=DECIMAL},
- </if>
- <if test="record.yearsbklyl != null">
- yearSBKLYL = #{record.yearsbklyl,jdbcType=DECIMAL},
- </if>
- <if test="record.daydxkyxs != null">
- dayDXKYXS = #{record.daydxkyxs,jdbcType=DECIMAL},
- </if>
- <if test="record.monthdxkyxs != null">
- monthDXKYXS = #{record.monthdxkyxs,jdbcType=DECIMAL},
- </if>
- <if test="record.yeardxkyxs != null">
- yearDXKYXS = #{record.yeardxkyxs,jdbcType=DECIMAL},
- </if>
- <if test="record.dayyxfss != null">
- dayyxfss = #{record.dayyxfss,jdbcType=DECIMAL},
- </if>
- <if test="record.monthyxfss != null">
- monthyxfss = #{record.monthyxfss,jdbcType=DECIMAL},
- </if>
- <if test="record.yearyxfss != null">
- yearyxfss = #{record.yearyxfss,jdbcType=DECIMAL},
- </if>
- <if test="record.dayxfqr != null">
- dayxfqr = #{record.dayxfqr,jdbcType=DECIMAL},
- </if>
- <if test="record.monthxfqr != null">
- monthxfqr = #{record.monthxfqr,jdbcType=DECIMAL},
- </if>
- <if test="record.yearxfqr != null">
- yearxfqr = #{record.yearxfqr,jdbcType=DECIMAL},
- </if>
- <if test="record.dayjfpl != null">
- dayjfpl = #{record.dayjfpl,jdbcType=DECIMAL},
- </if>
- <if test="record.monthjfpl != null">
- monthjfpl = #{record.monthjfpl,jdbcType=DECIMAL},
- </if>
- <if test="record.yearjfpl != null">
- yearjfpl = #{record.yearjfpl,jdbcType=DECIMAL},
- </if>
- <if test="record.dayglyzxxs != null">
- dayglyzxxs = #{record.dayglyzxxs,jdbcType=DECIMAL},
- </if>
- <if test="record.monthglyzxxs != null">
- monthglyzxxs = #{record.monthglyzxxs,jdbcType=DECIMAL},
- </if>
- <if test="record.yearglyzxxs != null">
- yearglyzxxs = #{record.yearglyzxxs,jdbcType=DECIMAL},
- </if>
- <if test="record.type != null">
- type = #{record.type,jdbcType=INTEGER},
- </if>
- <if test="record.rank != null">
- Rank = #{record.rank,jdbcType=INTEGER},
- </if>
- <if test="record.level != null">
- Level = #{record.level,jdbcType=VARCHAR},
- </if>
- <if test="record.year != null">
- year = #{record.year,jdbcType=INTEGER},
- </if>
- <if test="record.month != null">
- month = #{record.month,jdbcType=INTEGER},
- </if>
- </set>
- <if test="_parameter != null">
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByExample" parameterType="map">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update windturbineinfodaytop2
- set id = #{record.id,jdbcType=INTEGER},
- windPowerStationId = #{record.windpowerstationid,jdbcType=VARCHAR},
- projectId = #{record.projectid,jdbcType=VARCHAR},
- lineId = #{record.lineid,jdbcType=VARCHAR},
- windTurbineId = #{record.windturbineid,jdbcType=VARCHAR},
- recordDate = #{record.recorddate,jdbcType=TIMESTAMP},
- dayfdl = #{record.dayfdl,jdbcType=DECIMAL},
- monthfdl = #{record.monthfdl,jdbcType=DECIMAL},
- yearfdl = #{record.yearfdl,jdbcType=DECIMAL},
- dayllfdl = #{record.dayllfdl,jdbcType=DECIMAL},
- monthllfdl = #{record.monthllfdl,jdbcType=DECIMAL},
- yearllfdl = #{record.yearllfdl,jdbcType=DECIMAL},
- dayfs = #{record.dayfs,jdbcType=DECIMAL},
- monthfs = #{record.monthfs,jdbcType=DECIMAL},
- yearfs = #{record.yearfs,jdbcType=DECIMAL},
- daygl = #{record.daygl,jdbcType=DECIMAL},
- monthgl = #{record.monthgl,jdbcType=DECIMAL},
- yeargl = #{record.yeargl,jdbcType=DECIMAL},
- daygzssdl = #{record.daygzssdl,jdbcType=DECIMAL},
- monthgzssdl = #{record.monthgzssdl,jdbcType=DECIMAL},
- yeargzssdl = #{record.yeargzssdl,jdbcType=DECIMAL},
- dayxdssdl = #{record.dayxdssdl,jdbcType=DECIMAL},
- monthxdssdl = #{record.monthxdssdl,jdbcType=DECIMAL},
- yearxdssdl = #{record.yearxdssdl,jdbcType=DECIMAL},
- daywhssdl = #{record.daywhssdl,jdbcType=DECIMAL},
- monthwhssdl = #{record.monthwhssdl,jdbcType=DECIMAL},
- yearwhssdl = #{record.yearwhssdl,jdbcType=DECIMAL},
- dayxnssdl = #{record.dayxnssdl,jdbcType=DECIMAL},
- monthxnssdl = #{record.monthxnssdl,jdbcType=DECIMAL},
- yearxnssdl = #{record.yearxnssdl,jdbcType=DECIMAL},
- daygzsj = #{record.daygzsj,jdbcType=DECIMAL},
- monthgzsj = #{record.monthgzsj,jdbcType=DECIMAL},
- yeargzsj = #{record.yeargzsj,jdbcType=DECIMAL},
- daywhsj = #{record.daywhsj,jdbcType=DECIMAL},
- monthwhsj = #{record.monthwhsj,jdbcType=DECIMAL},
- yearwhsj = #{record.yearwhsj,jdbcType=DECIMAL},
- dayyxsj = #{record.dayyxsj,jdbcType=DECIMAL},
- monthyxsj = #{record.monthyxsj,jdbcType=DECIMAL},
- yearyxsj = #{record.yearyxsj,jdbcType=DECIMAL},
- daytjsj = #{record.daytjsj,jdbcType=DECIMAL},
- monthtjsj = #{record.monthtjsj,jdbcType=DECIMAL},
- yeartjsj = #{record.yeartjsj,jdbcType=DECIMAL},
- dayLYXS = #{record.daylyxs,jdbcType=DECIMAL},
- monthLYXS = #{record.monthlyxs,jdbcType=DECIMAL},
- yearLYXS = #{record.yearlyxs,jdbcType=DECIMAL},
- dayNHYD = #{record.daynhyd,jdbcType=DECIMAL},
- monthNHYD = #{record.monthnhyd,jdbcType=DECIMAL},
- yearNHYD = #{record.yearnhyd,jdbcType=DECIMAL},
- daySBKLYL = #{record.daysbklyl,jdbcType=DECIMAL},
- monthSBKLYL = #{record.monthsbklyl,jdbcType=DECIMAL},
- yearSBKLYL = #{record.yearsbklyl,jdbcType=DECIMAL},
- dayDXKYXS = #{record.daydxkyxs,jdbcType=DECIMAL},
- monthDXKYXS = #{record.monthdxkyxs,jdbcType=DECIMAL},
- yearDXKYXS = #{record.yeardxkyxs,jdbcType=DECIMAL},
- dayyxfss = #{record.dayyxfss,jdbcType=DECIMAL},
- monthyxfss = #{record.monthyxfss,jdbcType=DECIMAL},
- yearyxfss = #{record.yearyxfss,jdbcType=DECIMAL},
- dayxfqr = #{record.dayxfqr,jdbcType=DECIMAL},
- monthxfqr = #{record.monthxfqr,jdbcType=DECIMAL},
- yearxfqr = #{record.yearxfqr,jdbcType=DECIMAL},
- dayjfpl = #{record.dayjfpl,jdbcType=DECIMAL},
- monthjfpl = #{record.monthjfpl,jdbcType=DECIMAL},
- yearjfpl = #{record.yearjfpl,jdbcType=DECIMAL},
- dayglyzxxs = #{record.dayglyzxxs,jdbcType=DECIMAL},
- monthglyzxxs = #{record.monthglyzxxs,jdbcType=DECIMAL},
- yearglyzxxs = #{record.yearglyzxxs,jdbcType=DECIMAL},
- type = #{record.type,jdbcType=INTEGER},
- Rank = #{record.rank,jdbcType=INTEGER},
- Level = #{record.level,jdbcType=VARCHAR},
- year = #{record.year,jdbcType=INTEGER},
- month = #{record.month,jdbcType=INTEGER}
- <if test="_parameter != null">
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByPrimaryKeySelective" parameterType="com.gyee.frame.model.auto.Windturbineinfodaytop2">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update windturbineinfodaytop2
- <set>
- <if test="windpowerstationid != null">
- windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
- </if>
- <if test="projectid != null">
- projectId = #{projectid,jdbcType=VARCHAR},
- </if>
- <if test="lineid != null">
- lineId = #{lineid,jdbcType=VARCHAR},
- </if>
- <if test="windturbineid != null">
- windTurbineId = #{windturbineid,jdbcType=VARCHAR},
- </if>
- <if test="recorddate != null">
- recordDate = #{recorddate,jdbcType=TIMESTAMP},
- </if>
- <if test="dayfdl != null">
- dayfdl = #{dayfdl,jdbcType=DECIMAL},
- </if>
- <if test="monthfdl != null">
- monthfdl = #{monthfdl,jdbcType=DECIMAL},
- </if>
- <if test="yearfdl != null">
- yearfdl = #{yearfdl,jdbcType=DECIMAL},
- </if>
- <if test="dayllfdl != null">
- dayllfdl = #{dayllfdl,jdbcType=DECIMAL},
- </if>
- <if test="monthllfdl != null">
- monthllfdl = #{monthllfdl,jdbcType=DECIMAL},
- </if>
- <if test="yearllfdl != null">
- yearllfdl = #{yearllfdl,jdbcType=DECIMAL},
- </if>
- <if test="dayfs != null">
- dayfs = #{dayfs,jdbcType=DECIMAL},
- </if>
- <if test="monthfs != null">
- monthfs = #{monthfs,jdbcType=DECIMAL},
- </if>
- <if test="yearfs != null">
- yearfs = #{yearfs,jdbcType=DECIMAL},
- </if>
- <if test="daygl != null">
- daygl = #{daygl,jdbcType=DECIMAL},
- </if>
- <if test="monthgl != null">
- monthgl = #{monthgl,jdbcType=DECIMAL},
- </if>
- <if test="yeargl != null">
- yeargl = #{yeargl,jdbcType=DECIMAL},
- </if>
- <if test="daygzssdl != null">
- daygzssdl = #{daygzssdl,jdbcType=DECIMAL},
- </if>
- <if test="monthgzssdl != null">
- monthgzssdl = #{monthgzssdl,jdbcType=DECIMAL},
- </if>
- <if test="yeargzssdl != null">
- yeargzssdl = #{yeargzssdl,jdbcType=DECIMAL},
- </if>
- <if test="dayxdssdl != null">
- dayxdssdl = #{dayxdssdl,jdbcType=DECIMAL},
- </if>
- <if test="monthxdssdl != null">
- monthxdssdl = #{monthxdssdl,jdbcType=DECIMAL},
- </if>
- <if test="yearxdssdl != null">
- yearxdssdl = #{yearxdssdl,jdbcType=DECIMAL},
- </if>
- <if test="daywhssdl != null">
- daywhssdl = #{daywhssdl,jdbcType=DECIMAL},
- </if>
- <if test="monthwhssdl != null">
- monthwhssdl = #{monthwhssdl,jdbcType=DECIMAL},
- </if>
- <if test="yearwhssdl != null">
- yearwhssdl = #{yearwhssdl,jdbcType=DECIMAL},
- </if>
- <if test="dayxnssdl != null">
- dayxnssdl = #{dayxnssdl,jdbcType=DECIMAL},
- </if>
- <if test="monthxnssdl != null">
- monthxnssdl = #{monthxnssdl,jdbcType=DECIMAL},
- </if>
- <if test="yearxnssdl != null">
- yearxnssdl = #{yearxnssdl,jdbcType=DECIMAL},
- </if>
- <if test="daygzsj != null">
- daygzsj = #{daygzsj,jdbcType=DECIMAL},
- </if>
- <if test="monthgzsj != null">
- monthgzsj = #{monthgzsj,jdbcType=DECIMAL},
- </if>
- <if test="yeargzsj != null">
- yeargzsj = #{yeargzsj,jdbcType=DECIMAL},
- </if>
- <if test="daywhsj != null">
- daywhsj = #{daywhsj,jdbcType=DECIMAL},
- </if>
- <if test="monthwhsj != null">
- monthwhsj = #{monthwhsj,jdbcType=DECIMAL},
- </if>
- <if test="yearwhsj != null">
- yearwhsj = #{yearwhsj,jdbcType=DECIMAL},
- </if>
- <if test="dayyxsj != null">
- dayyxsj = #{dayyxsj,jdbcType=DECIMAL},
- </if>
- <if test="monthyxsj != null">
- monthyxsj = #{monthyxsj,jdbcType=DECIMAL},
- </if>
- <if test="yearyxsj != null">
- yearyxsj = #{yearyxsj,jdbcType=DECIMAL},
- </if>
- <if test="daytjsj != null">
- daytjsj = #{daytjsj,jdbcType=DECIMAL},
- </if>
- <if test="monthtjsj != null">
- monthtjsj = #{monthtjsj,jdbcType=DECIMAL},
- </if>
- <if test="yeartjsj != null">
- yeartjsj = #{yeartjsj,jdbcType=DECIMAL},
- </if>
- <if test="daylyxs != null">
- dayLYXS = #{daylyxs,jdbcType=DECIMAL},
- </if>
- <if test="monthlyxs != null">
- monthLYXS = #{monthlyxs,jdbcType=DECIMAL},
- </if>
- <if test="yearlyxs != null">
- yearLYXS = #{yearlyxs,jdbcType=DECIMAL},
- </if>
- <if test="daynhyd != null">
- dayNHYD = #{daynhyd,jdbcType=DECIMAL},
- </if>
- <if test="monthnhyd != null">
- monthNHYD = #{monthnhyd,jdbcType=DECIMAL},
- </if>
- <if test="yearnhyd != null">
- yearNHYD = #{yearnhyd,jdbcType=DECIMAL},
- </if>
- <if test="daysbklyl != null">
- daySBKLYL = #{daysbklyl,jdbcType=DECIMAL},
- </if>
- <if test="monthsbklyl != null">
- monthSBKLYL = #{monthsbklyl,jdbcType=DECIMAL},
- </if>
- <if test="yearsbklyl != null">
- yearSBKLYL = #{yearsbklyl,jdbcType=DECIMAL},
- </if>
- <if test="daydxkyxs != null">
- dayDXKYXS = #{daydxkyxs,jdbcType=DECIMAL},
- </if>
- <if test="monthdxkyxs != null">
- monthDXKYXS = #{monthdxkyxs,jdbcType=DECIMAL},
- </if>
- <if test="yeardxkyxs != null">
- yearDXKYXS = #{yeardxkyxs,jdbcType=DECIMAL},
- </if>
- <if test="dayyxfss != null">
- dayyxfss = #{dayyxfss,jdbcType=DECIMAL},
- </if>
- <if test="monthyxfss != null">
- monthyxfss = #{monthyxfss,jdbcType=DECIMAL},
- </if>
- <if test="yearyxfss != null">
- yearyxfss = #{yearyxfss,jdbcType=DECIMAL},
- </if>
- <if test="dayxfqr != null">
- dayxfqr = #{dayxfqr,jdbcType=DECIMAL},
- </if>
- <if test="monthxfqr != null">
- monthxfqr = #{monthxfqr,jdbcType=DECIMAL},
- </if>
- <if test="yearxfqr != null">
- yearxfqr = #{yearxfqr,jdbcType=DECIMAL},
- </if>
- <if test="dayjfpl != null">
- dayjfpl = #{dayjfpl,jdbcType=DECIMAL},
- </if>
- <if test="monthjfpl != null">
- monthjfpl = #{monthjfpl,jdbcType=DECIMAL},
- </if>
- <if test="yearjfpl != null">
- yearjfpl = #{yearjfpl,jdbcType=DECIMAL},
- </if>
- <if test="dayglyzxxs != null">
- dayglyzxxs = #{dayglyzxxs,jdbcType=DECIMAL},
- </if>
- <if test="monthglyzxxs != null">
- monthglyzxxs = #{monthglyzxxs,jdbcType=DECIMAL},
- </if>
- <if test="yearglyzxxs != null">
- yearglyzxxs = #{yearglyzxxs,jdbcType=DECIMAL},
- </if>
- <if test="type != null">
- type = #{type,jdbcType=INTEGER},
- </if>
- <if test="rank != null">
- Rank = #{rank,jdbcType=INTEGER},
- </if>
- <if test="level != null">
- Level = #{level,jdbcType=VARCHAR},
- </if>
- <if test="year != null">
- year = #{year,jdbcType=INTEGER},
- </if>
- <if test="month != null">
- month = #{month,jdbcType=INTEGER},
- </if>
- </set>
- where id = #{id,jdbcType=INTEGER}
- </update>
- <update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.Windturbineinfodaytop2">
- <!--
- WARNING - @mbg.generated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update windturbineinfodaytop2
- set windPowerStationId = #{windpowerstationid,jdbcType=VARCHAR},
- projectId = #{projectid,jdbcType=VARCHAR},
- lineId = #{lineid,jdbcType=VARCHAR},
- windTurbineId = #{windturbineid,jdbcType=VARCHAR},
- recordDate = #{recorddate,jdbcType=TIMESTAMP},
- dayfdl = #{dayfdl,jdbcType=DECIMAL},
- monthfdl = #{monthfdl,jdbcType=DECIMAL},
- yearfdl = #{yearfdl,jdbcType=DECIMAL},
- dayllfdl = #{dayllfdl,jdbcType=DECIMAL},
- monthllfdl = #{monthllfdl,jdbcType=DECIMAL},
- yearllfdl = #{yearllfdl,jdbcType=DECIMAL},
- dayfs = #{dayfs,jdbcType=DECIMAL},
- monthfs = #{monthfs,jdbcType=DECIMAL},
- yearfs = #{yearfs,jdbcType=DECIMAL},
- daygl = #{daygl,jdbcType=DECIMAL},
- monthgl = #{monthgl,jdbcType=DECIMAL},
- yeargl = #{yeargl,jdbcType=DECIMAL},
- daygzssdl = #{daygzssdl,jdbcType=DECIMAL},
- monthgzssdl = #{monthgzssdl,jdbcType=DECIMAL},
- yeargzssdl = #{yeargzssdl,jdbcType=DECIMAL},
- dayxdssdl = #{dayxdssdl,jdbcType=DECIMAL},
- monthxdssdl = #{monthxdssdl,jdbcType=DECIMAL},
- yearxdssdl = #{yearxdssdl,jdbcType=DECIMAL},
- daywhssdl = #{daywhssdl,jdbcType=DECIMAL},
- monthwhssdl = #{monthwhssdl,jdbcType=DECIMAL},
- yearwhssdl = #{yearwhssdl,jdbcType=DECIMAL},
- dayxnssdl = #{dayxnssdl,jdbcType=DECIMAL},
- monthxnssdl = #{monthxnssdl,jdbcType=DECIMAL},
- yearxnssdl = #{yearxnssdl,jdbcType=DECIMAL},
- daygzsj = #{daygzsj,jdbcType=DECIMAL},
- monthgzsj = #{monthgzsj,jdbcType=DECIMAL},
- yeargzsj = #{yeargzsj,jdbcType=DECIMAL},
- daywhsj = #{daywhsj,jdbcType=DECIMAL},
- monthwhsj = #{monthwhsj,jdbcType=DECIMAL},
- yearwhsj = #{yearwhsj,jdbcType=DECIMAL},
- dayyxsj = #{dayyxsj,jdbcType=DECIMAL},
- monthyxsj = #{monthyxsj,jdbcType=DECIMAL},
- yearyxsj = #{yearyxsj,jdbcType=DECIMAL},
- daytjsj = #{daytjsj,jdbcType=DECIMAL},
- monthtjsj = #{monthtjsj,jdbcType=DECIMAL},
- yeartjsj = #{yeartjsj,jdbcType=DECIMAL},
- dayLYXS = #{daylyxs,jdbcType=DECIMAL},
- monthLYXS = #{monthlyxs,jdbcType=DECIMAL},
- yearLYXS = #{yearlyxs,jdbcType=DECIMAL},
- dayNHYD = #{daynhyd,jdbcType=DECIMAL},
- monthNHYD = #{monthnhyd,jdbcType=DECIMAL},
- yearNHYD = #{yearnhyd,jdbcType=DECIMAL},
- daySBKLYL = #{daysbklyl,jdbcType=DECIMAL},
- monthSBKLYL = #{monthsbklyl,jdbcType=DECIMAL},
- yearSBKLYL = #{yearsbklyl,jdbcType=DECIMAL},
- dayDXKYXS = #{daydxkyxs,jdbcType=DECIMAL},
- monthDXKYXS = #{monthdxkyxs,jdbcType=DECIMAL},
- yearDXKYXS = #{yeardxkyxs,jdbcType=DECIMAL},
- dayyxfss = #{dayyxfss,jdbcType=DECIMAL},
- monthyxfss = #{monthyxfss,jdbcType=DECIMAL},
- yearyxfss = #{yearyxfss,jdbcType=DECIMAL},
- dayxfqr = #{dayxfqr,jdbcType=DECIMAL},
- monthxfqr = #{monthxfqr,jdbcType=DECIMAL},
- yearxfqr = #{yearxfqr,jdbcType=DECIMAL},
- dayjfpl = #{dayjfpl,jdbcType=DECIMAL},
- monthjfpl = #{monthjfpl,jdbcType=DECIMAL},
- yearjfpl = #{yearjfpl,jdbcType=DECIMAL},
- dayglyzxxs = #{dayglyzxxs,jdbcType=DECIMAL},
- monthglyzxxs = #{monthglyzxxs,jdbcType=DECIMAL},
- yearglyzxxs = #{yearglyzxxs,jdbcType=DECIMAL},
- type = #{type,jdbcType=INTEGER},
- Rank = #{rank,jdbcType=INTEGER},
- Level = #{level,jdbcType=VARCHAR},
- year = #{year,jdbcType=INTEGER},
- month = #{month,jdbcType=INTEGER}
- where id = #{id,jdbcType=INTEGER}
- </update>
- <select id="getWindturbineinfodaytop2List" resultMap="BaseResultMap">
- select id, windPowerStationId, projectId, lineId, windTurbineId, recordDate, dayfdl, monthfdl,
- yearfdl, dayllfdl, monthllfdl, yearllfdl, dayfs, monthfs, yearfs, daygl, monthgl,
- yeargl, daygzssdl, monthgzssdl, yeargzssdl, dayxdssdl, monthxdssdl, yearxdssdl, daywhssdl,
- monthwhssdl, yearwhssdl, dayxnssdl, monthxnssdl, yearxnssdl, daygzsj, monthgzsj,
- yeargzsj, daywhsj, monthwhsj, yearwhsj, dayyxsj, monthyxsj, yearyxsj, daytjsj, monthtjsj,
- yeartjsj, dayLYXS, monthLYXS, yearLYXS, dayNHYD, monthNHYD, yearNHYD, daySBKLYL,
- monthSBKLYL, yearSBKLYL, dayDXKYXS, monthDXKYXS, yearDXKYXS, dayyxfss, monthyxfss,
- yearyxfss, dayxfqr, monthxfqr, yearxfqr, dayjfpl, monthjfpl, yearjfpl, dayglyzxxs,
- monthglyzxxs, yearglyzxxs, type, Rank, "LEVEL", year, month
- from windturbineinfodaytop2 where type=2
- <if test="wpId != null">
- and windpowerstationid = #{wpId}
- </if>
- and year=#{year} and month=#{month} order by "LEVEL" desc
- </select>
- <select id="findXnfxDay" resultMap="BaseResultMap">
- select id, windPowerStationId, projectId, lineId, windTurbineId, recordDate, dayfdl, monthfdl,
- yearfdl, dayllfdl, monthllfdl, yearllfdl, dayfs, monthfs, yearfs, daygl, monthgl,
- yeargl, daygzssdl, monthgzssdl, yeargzssdl, dayxdssdl, monthxdssdl, yearxdssdl, daywhssdl,
- monthwhssdl, yearwhssdl, dayxnssdl, monthxnssdl, yearxnssdl, daygzsj, monthgzsj,
- yeargzsj, daywhsj, monthwhsj, yearwhsj, dayyxsj, monthyxsj, yearyxsj, daytjsj, monthtjsj,
- yeartjsj, dayLYXS, monthLYXS, yearLYXS, dayNHYD, monthNHYD, yearNHYD, daySBKLYL,
- monthSBKLYL, yearSBKLYL, dayDXKYXS, monthDXKYXS, yearDXKYXS, dayyxfss, monthyxfss,
- yearyxfss, dayxfqr, monthxfqr, yearxfqr, dayjfpl, monthjfpl, yearjfpl, dayglyzxxs,
- monthglyzxxs, yearglyzxxs, type, Rank, "LEVEL", year, month
- from windturbineinfodaytop2 where type=1
- <if test="wtId != null">
- and windTurbineId = #{wtId}
- </if>
- <if test="beginDate != null">
- and recorddate >= #{beginDate}
- </if>
- <if test="endDate != null">
- and recorddate <= #{endDate}
- </if>
- order by Rank
- </select>
- <select id="findXnfxMonth" resultMap="BaseResultMap">
- select id, windPowerStationId, projectId, lineId, windTurbineId, recordDate, dayfdl, monthfdl,
- yearfdl, dayllfdl, monthllfdl, yearllfdl, dayfs, monthfs, yearfs, daygl, monthgl,
- yeargl, daygzssdl, monthgzssdl, yeargzssdl, dayxdssdl, monthxdssdl, yearxdssdl, daywhssdl,
- monthwhssdl, yearwhssdl, dayxnssdl, monthxnssdl, yearxnssdl, daygzsj, monthgzsj,
- yeargzsj, daywhsj, monthwhsj, yearwhsj, dayyxsj, monthyxsj, yearyxsj, daytjsj, monthtjsj,
- yeartjsj, dayLYXS, monthLYXS, yearLYXS, dayNHYD, monthNHYD, yearNHYD, daySBKLYL,
- monthSBKLYL, yearSBKLYL, dayDXKYXS, monthDXKYXS, yearDXKYXS, dayyxfss, monthyxfss,
- yearyxfss, dayxfqr, monthxfqr, yearxfqr, dayjfpl, monthjfpl, yearjfpl, dayglyzxxs,
- monthglyzxxs, yearglyzxxs, type, Rank, "LEVEL", year, month
- from windturbineinfodaytop2 where type=2
- <if test="wtId != null">
- and windTurbineId = #{wtId}
- </if>
- <if test="year != null">
- and year >= #{year}
- </if>
- <if test="month != null">
- and month <= #{month}
- </if>
- order by Rank
- </select>
- </mapper>
|