123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765 |
- <?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="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNewFileMapper" >
- <resultMap id="BaseResultMap" type="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNewFile" >
- <id column="id" property="id" jdbcType="INTEGER" />
- <id column="flag" property="flag" jdbcType="INTEGER" />
- <result column="file_uuid" property="fileUuid" jdbcType="INTEGER" />
- <result column="house_id" property="houseId" jdbcType="INTEGER" />
- <result column="grain_id" property="grainId" jdbcType="INTEGER" />
- <result column="safe_date" property="safeDate" jdbcType="VARCHAR" />
- <result column="house_type" property="houseType" jdbcType="VARCHAR" />
- <result column="house_water" property="houseWater" jdbcType="VARCHAR" />
- <result column="house_temperature" property="houseTemperature" jdbcType="VARCHAR" />
- <result column="house_volume" property="houseVolume" jdbcType="REAL" />
- <result column="house_space" property="houseSpace" jdbcType="REAL" />
- <result column="type" property="type" jdbcType="VARCHAR" />
- <result column="number" property="number" jdbcType="INTEGER" />
- <result column="water" property="water" jdbcType="VARCHAR" />
- <result column="work_time_start" property="workTimeStart" jdbcType="VARCHAR" />
- <result column="work_time_end " property="workTimeEnd" jdbcType="VARCHAR" />
- <result column="work_date" property="workDate" jdbcType="VARCHAR" />
- <result column="temperature" property="temperature" jdbcType="VARCHAR" />
- <result column="worm_type" property="wormType" jdbcType="VARCHAR" />
- <result column="sanqi_apply" property="sanqiApply" jdbcType="VARCHAR" />
- <result column="tonic_apply" property="tonicApply" jdbcType="VARCHAR" />
- <result column="work_apply" property="workApply" jdbcType="VARCHAR" />
- <result column="airtemperature" property="airtemperature" jdbcType="VARCHAR" />
- <result column="weather" property="weather" jdbcType="VARCHAR" />
- <result column="density_after" property="densityAfter" jdbcType="VARCHAR" />
- <result column="density" property="density" jdbcType="VARCHAR" />
- <result column="medicament" property="medicament" jdbcType="VARCHAR" />
- <result column="safe_method" property="safeMethod" jdbcType="VARCHAR" />
- <result column="safe_effect" property="safeEffect" jdbcType="VARCHAR" />
- <result column="section" property="section" jdbcType="VARCHAR" />
- <result column="safe_people" property="safePeople" jdbcType="VARCHAR" />
- <result column="safe_man" property="safeMan" jdbcType="VARCHAR" />
- <result column="work_people" property="workPeople" jdbcType="VARCHAR" />
- <result column="charge" property="charge" jdbcType="VARCHAR" />
- <result column="is_draft" property="isDraft" jdbcType="VARCHAR" />
- <result column="work_type" property="workType" jdbcType="VARCHAR" />
- <result column="aluminum_num" property="aluminumNum" jdbcType="VARCHAR" />
- <result column="aluminum_type" property="aluminumType" jdbcType="VARCHAR" />
- <result column="volume_num" property="volumeNum" jdbcType="INTEGER" />
- <result column="space_num" property="spaceNum" jdbcType="INTEGER" />
- <result column="total_num" property="totalNum" jdbcType="INTEGER" />
- <result column="is_air" property="isAir" jdbcType="VARCHAR" />
- <result column="is_close" property="isClose" jdbcType="VARCHAR" />
- <result column="is_air_safe" property="isAirSafe" jdbcType="VARCHAR" />
- <result column="is_ detector" property="isDetector" jdbcType="VARCHAR" />
- <result column="is_alarm" property="isAlarm" jdbcType="VARCHAR" />
- <result column="is_oxygen" property="isOxygen" jdbcType="VARCHAR" />
- <result column="is_respirator" property="isRespirator" jdbcType="VARCHAR" />
- <result column="is_warning" property="isWarning" jdbcType="VARCHAR" />
- <result column="is_fire" property="isFire" jdbcType="VARCHAR" />
- <result column="is_kit" property="isKit" jdbcType="VARCHAR" />
- <result column="check_people" property="checkPeople" jdbcType="VARCHAR" />
- <result column="check_close" property="checkClose" jdbcType="VARCHAR" />
- <result column="check_warning" property="checkWarning" jdbcType="VARCHAR" />
- <result column="check_work" property="checkWork" jdbcType="VARCHAR" />
- <result column="tonic_date" property="tonicDate" jdbcType="VARCHAR" />
- <result column="tonic_time_start" property="tonicTimeStart" jdbcType="VARCHAR" />
- <result column="tonic_time_end" property="tonicTimeEnd" jdbcType="VARCHAR" />
- <result column="tonic_approve" property="tonicApprove" jdbcType="VARCHAR" />
- <result column="tonic_app_user" property="tonicAppUser" jdbcType="VARCHAR" />
- <result column="is_close_confirm" property="isCloseConfirm" jdbcType="VARCHAR" />
- <result column="is_alarm_confirm" property="isAlarmConfirm" jdbcType="VARCHAR" />
- <result column="is_ detector_confirm" property="isDetectorConfirm" jdbcType="VARCHAR" />
- <result column="is_kit_confirm" property="isKitConfirm" jdbcType="VARCHAR" />
- <result column="is_respirator_confirm" property="isRespiratorConfirm" jdbcType="VARCHAR" />
- <result column="is_fire_confirm" property="isFireConfirm" jdbcType="VARCHAR" />
- <result column="check_people_confirm" property="checkPeopleConfirm" jdbcType="VARCHAR" />
- <result column="sanqi_date" property="sanqiDate" jdbcType="VARCHAR" />
- <result column="sanqi_time_start" property="sanqiTimeStart" jdbcType="VARCHAR" />
- <result column="sanqi_time_end" property="sanqiTimeEnd" jdbcType="VARCHAR" />
- <result column="sanqi_type" property="sanqiType" jdbcType="VARCHAR" />
- <result column="sanqi_approve_user" property="sanqiApproveUser" jdbcType="VARCHAR" />
- <result column="sanqi_bz" property="sanqiBz" jdbcType="VARCHAR" />
- <result column="phosphine_check" property="phosphineCheck" jdbcType="VARCHAR" />
- <result column="house_open" property="houseOpen" jdbcType="VARCHAR" />
- <result column="check_people_three" property="checkPeopleThree" jdbcType="VARCHAR" />
- <result column="sanqi_user" property="sanqiUser" jdbcType="VARCHAR" />
- <result column="medic_set" property="medicSet" jdbcType="VARCHAR" />
- <result column="density_rate" property="densityRate" jdbcType="VARCHAR" />
- <result column="close_day" property="closeDay" jdbcType="VARCHAR" />
- <result column="temperature_after" property="temperatureAfter" jdbcType="VARCHAR" />
- <result column="phosphine_remain" property="phosphineRemain" jdbcType="VARCHAR" />
- <result column="remark" property="remark" jdbcType="VARCHAR" />
- <result column="uuid" property="uuid" jdbcType="VARCHAR" />
- <result column="c_id" property="cId" jdbcType="INTEGER" />
- <result column="c_time" property="cTime" jdbcType="TIMESTAMP" />
- <result column="u_id" property="uId" jdbcType="INTEGER" />
- <result column="u_time" property="uTime" jdbcType="TIMESTAMP" />
- </resultMap>
- <sql id="Example_Where_Clause" >
- <where >
- <foreach collection="oredCriteria" item="criteria" separator="or" >
- <if test="criteria.valid" >
- <trim prefix="(" suffix=")" prefixOverrides="and" >
- <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 collection="criterion.value" item="listItem" open="(" close=")" separator="," >
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Update_By_Example_Where_Clause" >
- <where >
- <foreach collection="example.oredCriteria" item="criteria" separator="or" >
- <if test="criteria.valid" >
- <trim prefix="(" suffix=")" prefixOverrides="and" >
- <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 collection="criterion.value" item="listItem" open="(" close=")" separator="," >
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Base_Column_List" >
- id,flag,file_uuid, house_id, grain_id, safe_date, house_type, house_water, house_temperature, house_volume,
- house_space, type, number, water, work_time_end, work_date, temperature, worm_type, sanqi_apply,
- tonic_apply, work_apply, airtemperature, weather, density_after, density, medicament,
- safe_method, safe_effect, section, safe_people, safe_man, work_people, charge, is_draft,
- work_type, aluminum_num, aluminum_type, volume_num, space_num, total_num, is_air,
- is_close, is_air_safe, is_ detector, is_alarm, is_oxygen, is_respirator, is_warning,
- is_fire, is_kit, check_people, check_close, check_warning, check_work, tonic_date,
- tonic_time_end , tonic_approve, tonic_app_user, is_close_confirm, is_alarm_confirm, is_ detector_confirm,
- is_kit_confirm, is_respirator_confirm, is_fire_confirm, check_people_confirm, sanqi_date,
- sanqi_time_end , sanqi_type, sanqi_approve_user, sanqi_bz, phosphine_check, house_open,
- check_people_three, sanqi_user, medic_set, density_rate, close_day, temperature_after,
- phosphine_remain, remark, c_id, c_time, u_id, u_time
- </sql>
- <select id="selectByExample" resultMap="BaseResultMap" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNewExample" >
- select
- <if test="distinct" >
- distinct
- </if>
- <include refid="Base_Column_List" />
- from daily_record_fumigation_new_file
- <if test="_parameter != null" >
- <include refid="Example_Where_Clause" />
- </if>
- <if test="orderByClause != null" >
- order by ${orderByClause}
- </if>
- </select>
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
- select
- <include refid="Base_Column_List" />
- from daily_record_fumigation_new_file
- where id = #{id,jdbcType=INTEGER}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
- delete from daily_record_fumigation_new_file
- where id = #{id,jdbcType=INTEGER}
- </delete>
- <delete id="deleteByExample" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNewExample" >
- delete from daily_record_fumigation_new_file
- <if test="_parameter != null" >
- <include refid="Example_Where_Clause" />
- </if>
- </delete>
- <insert id="insert" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNewFile" >
- insert into daily_record_fumigation_new_file (id,flag,file_uuid, house_id, grain_id,
- safe_date, house_type, house_water,
- house_temperature, house_volume, house_space,
- type, number, water,
- work_time_end, work_date, temperature,
- worm_type, sanqi_apply, tonic_apply,
- work_apply, airtemperature, weather,
- density_after, density, medicament,
- safe_method, safe_effect, section,
- safe_people, safe_man, work_people,
- charge, is_draft, work_type,
- aluminum_num, aluminum_type, volume_num,
- space_num, total_num, is_air,
- is_close, is_air_safe, is_ detector,
- is_alarm, is_oxygen, is_respirator,
- is_warning, is_fire, is_kit,
- check_people, check_close, check_warning,
- check_work, tonic_date, tonic_time_end ,
- tonic_approve, tonic_app_user, is_close_confirm,
- is_alarm_confirm, is_ detector_confirm, is_kit_confirm,
- is_respirator_confirm, is_fire_confirm, check_people_confirm,
- sanqi_date, sanqi_time_end , sanqi_type,
- sanqi_approve_user, sanqi_bz, phosphine_check,
- house_open, check_people_three, sanqi_user,
- medic_set, density_rate, close_day,
- temperature_after, phosphine_remain, remark,
- c_id, c_time, u_id,
- u_time)
- values (#{id,jdbcType=INTEGER}, #{flag,jdbcType=INTEGER}, #{fileUuid,jdbcType=INTEGER},#{houseId,jdbcType=INTEGER}, #{grainId,jdbcType=INTEGER},
- #{safeDate,jdbcType=VARCHAR}, #{houseType,jdbcType=VARCHAR}, #{houseWater,jdbcType=VARCHAR},
- #{houseTemperature,jdbcType=VARCHAR}, #{houseVolume,jdbcType=REAL}, #{houseSpace,jdbcType=REAL},
- #{type,jdbcType=VARCHAR}, #{number,jdbcType=INTEGER}, #{water,jdbcType=VARCHAR},
- #{workTime,jdbcType=VARCHAR}, #{workDate,jdbcType=VARCHAR}, #{temperature,jdbcType=VARCHAR},
- #{wormType,jdbcType=VARCHAR}, #{sanqiApply,jdbcType=VARCHAR}, #{tonicApply,jdbcType=VARCHAR},
- #{workApply,jdbcType=VARCHAR}, #{airtemperature,jdbcType=VARCHAR}, #{weather,jdbcType=VARCHAR},
- #{densityAfter,jdbcType=VARCHAR}, #{density,jdbcType=VARCHAR}, #{medicament,jdbcType=VARCHAR},
- #{safeMethod,jdbcType=VARCHAR}, #{safeEffect,jdbcType=VARCHAR}, #{section,jdbcType=VARCHAR},
- #{safePeople,jdbcType=VARCHAR}, #{safeMan,jdbcType=VARCHAR}, #{workPeople,jdbcType=VARCHAR},
- #{charge,jdbcType=VARCHAR}, #{isDraft,jdbcType=VARCHAR}, #{workType,jdbcType=VARCHAR},
- #{aluminumNum,jdbcType=VARCHAR}, #{aluminumType,jdbcType=VARCHAR}, #{volumeNum,jdbcType=INTEGER},
- #{spaceNum,jdbcType=INTEGER}, #{totalNum,jdbcType=INTEGER}, #{isAir,jdbcType=VARCHAR},
- #{isClose,jdbcType=VARCHAR}, #{isAirSafe,jdbcType=VARCHAR}, #{isDetector,jdbcType=VARCHAR},
- #{isAlarm,jdbcType=VARCHAR}, #{isOxygen,jdbcType=VARCHAR}, #{isRespirator,jdbcType=VARCHAR},
- #{isWarning,jdbcType=VARCHAR}, #{isFire,jdbcType=VARCHAR}, #{isKit,jdbcType=VARCHAR},
- #{checkPeople,jdbcType=VARCHAR}, #{checkClose,jdbcType=VARCHAR}, #{checkWarning,jdbcType=VARCHAR},
- #{checkWork,jdbcType=VARCHAR}, #{tonicDate,jdbcType=VARCHAR}, #{tonicTime,jdbcType=VARCHAR},
- #{tonicApprove,jdbcType=VARCHAR}, #{tonicAppUser,jdbcType=VARCHAR}, #{isCloseConfirm,jdbcType=VARCHAR},
- #{isAlarmConfirm,jdbcType=VARCHAR}, #{isDetectorConfirm,jdbcType=VARCHAR}, #{isKitConfirm,jdbcType=VARCHAR},
- #{isRespiratorConfirm,jdbcType=VARCHAR}, #{isFireConfirm,jdbcType=VARCHAR}, #{checkPeopleConfirm,jdbcType=VARCHAR},
- #{sanqiDate,jdbcType=VARCHAR}, #{sanqiTime,jdbcType=VARCHAR}, #{sanqiType,jdbcType=VARCHAR},
- #{sanqiApproveUser,jdbcType=VARCHAR}, #{sanqiBz,jdbcType=VARCHAR}, #{phosphineCheck,jdbcType=VARCHAR},
- #{houseOpen,jdbcType=VARCHAR}, #{checkPeopleThree,jdbcType=VARCHAR}, #{sanqiUser,jdbcType=VARCHAR},
- #{medicSet,jdbcType=VARCHAR}, #{densityRate,jdbcType=VARCHAR}, #{closeDay,jdbcType=VARCHAR},
- #{temperatureAfter,jdbcType=VARCHAR}, #{phosphineRemain,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR},
- #{cId,jdbcType=INTEGER}, #{cTime,jdbcType=TIMESTAMP}, #{uId,jdbcType=INTEGER},
- #{uTime,jdbcType=TIMESTAMP})
- </insert>
- <insert id="insertSelective" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNewFile" >
- insert into daily_record_fumigation_new_file
- <trim prefix="(" suffix=")" suffixOverrides="," >
- <if test="id != null" >
- id,
- </if>
- <if test="flag != null" >
- flag,
- </if>
- <if test="fileUuid != null" >
- file_uuid,
- </if>
- <if test="houseId != null" >
- house_id,
- </if>
- <if test="grainId != null" >
- grain_id,
- </if>
- <if test="safeDate != null" >
- safe_date,
- </if>
- <if test="houseType != null" >
- house_type,
- </if>
- <if test="houseWater != null" >
- house_water,
- </if>
- <if test="houseTemperature != null" >
- house_temperature,
- </if>
- <if test="houseVolume != null" >
- house_volume,
- </if>
- <if test="houseSpace != null" >
- house_space,
- </if>
- <if test="type != null" >
- type,
- </if>
- <if test="number != null" >
- number,
- </if>
- <if test="water != null" >
- water,
- </if>
- <if test="workTimeEnd != null" >
- work_time_end,
- </if>
- <if test="workDate != null" >
- work_date,
- </if>
- <if test="temperature != null" >
- temperature,
- </if>
- <if test="wormType != null" >
- worm_type,
- </if>
- <if test="sanqiApply != null" >
- sanqi_apply,
- </if>
- <if test="tonicApply != null" >
- tonic_apply,
- </if>
- <if test="workApply != null" >
- work_apply,
- </if>
- <if test="airtemperature != null" >
- airtemperature,
- </if>
- <if test="weather != null" >
- weather,
- </if>
- <if test="densityAfter != null" >
- density_after,
- </if>
- <if test="density != null" >
- density,
- </if>
- <if test="medicament != null" >
- medicament,
- </if>
- <if test="safeMethod != null" >
- safe_method,
- </if>
- <if test="safeEffect != null" >
- safe_effect,
- </if>
- <if test="section != null" >
- section,
- </if>
- <if test="safePeople != null" >
- safe_people,
- </if>
- <if test="safeMan != null" >
- safe_man,
- </if>
- <if test="workPeople != null" >
- work_people,
- </if>
- <if test="charge != null" >
- charge,
- </if>
- <if test="isDraft != null" >
- is_draft,
- </if>
- <if test="workType != null" >
- work_type,
- </if>
- <if test="aluminumNum != null" >
- aluminum_num,
- </if>
- <if test="aluminumType != null" >
- aluminum_type,
- </if>
- <if test="volumeNum != null" >
- volume_num,
- </if>
- <if test="spaceNum != null" >
- space_num,
- </if>
- <if test="totalNum != null" >
- total_num,
- </if>
- <if test="isAir != null" >
- is_air,
- </if>
- <if test="isClose != null" >
- is_close,
- </if>
- <if test="isAirSafe != null" >
- is_air_safe,
- </if>
- <if test="isDetector != null" >
- is_ detector,
- </if>
- <if test="isAlarm != null" >
- is_alarm,
- </if>
- <if test="isOxygen != null" >
- is_oxygen,
- </if>
- <if test="isRespirator != null" >
- is_respirator,
- </if>
- <if test="isWarning != null" >
- is_warning,
- </if>
- <if test="isFire != null" >
- is_fire,
- </if>
- <if test="isKit != null" >
- is_kit,
- </if>
- <if test="checkPeople != null" >
- check_people,
- </if>
- <if test="checkClose != null" >
- check_close,
- </if>
- <if test="checkWarning != null" >
- check_warning,
- </if>
- <if test="checkWork != null" >
- check_work,
- </if>
- <if test="tonicDate != null" >
- tonic_date,
- </if>
- <if test="tonicTimeEnd != null" >
- tonic_time_end ,
- </if>
- <if test="tonicApprove != null" >
- tonic_approve,
- </if>
- <if test="tonicAppUser != null" >
- tonic_app_user,
- </if>
- <if test="isCloseConfirm != null" >
- is_close_confirm,
- </if>
- <if test="isAlarmConfirm != null" >
- is_alarm_confirm,
- </if>
- <if test="isDetectorConfirm != null" >
- is_ detector_confirm,
- </if>
- <if test="isKitConfirm != null" >
- is_kit_confirm,
- </if>
- <if test="isRespiratorConfirm != null" >
- is_respirator_confirm,
- </if>
- <if test="isFireConfirm != null" >
- is_fire_confirm,
- </if>
- <if test="checkPeopleConfirm != null" >
- check_people_confirm,
- </if>
- <if test="sanqiDate != null" >
- sanqi_date,
- </if>
- <if test="sanqiTime != null" >
- sanqi_time_end ,
- </if>
- <if test="sanqiType != null" >
- sanqi_type,
- </if>
- <if test="sanqiApproveUser != null" >
- sanqi_approve_user,
- </if>
- <if test="sanqiBz != null" >
- sanqi_bz,
- </if>
- <if test="phosphineCheck != null" >
- phosphine_check,
- </if>
- <if test="houseOpen != null" >
- house_open,
- </if>
- <if test="checkPeopleThree != null" >
- check_people_three,
- </if>
- <if test="sanqiUser != null" >
- sanqi_user,
- </if>
- <if test="medicSet != null" >
- medic_set,
- </if>
- <if test="densityRate != null" >
- density_rate,
- </if>
- <if test="closeDay != null" >
- close_day,
- </if>
- <if test="temperatureAfter != null" >
- temperature_after,
- </if>
- <if test="phosphineRemain != null" >
- phosphine_remain,
- </if>
- <if test="remark != null" >
- remark,
- </if>
- <if test="cId != null" >
- c_id,
- </if>
- <if test="cTime != null" >
- c_time,
- </if>
- <if test="uId != null" >
- u_id,
- </if>
- <if test="uTime != null" >
- u_time,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides="," >
- <if test="id != null" >
- #{id,jdbcType=INTEGER},
- </if>
- <if test="flag != null" >
- #{flag,jdbcType=INTEGER},
- </if>
- <if test="fileUuid != null" >
- #{fileUuid,jdbcType=INTEGER},
- </if>
- <if test="houseId != null" >
- #{houseId,jdbcType=INTEGER},
- </if>
- <if test="grainId != null" >
- #{grainId,jdbcType=INTEGER},
- </if>
- <if test="safeDate != null" >
- #{safeDate,jdbcType=VARCHAR},
- </if>
- <if test="houseType != null" >
- #{houseType,jdbcType=VARCHAR},
- </if>
- <if test="houseWater != null" >
- #{houseWater,jdbcType=VARCHAR},
- </if>
- <if test="houseTemperature != null" >
- #{houseTemperature,jdbcType=VARCHAR},
- </if>
- <if test="houseVolume != null" >
- #{houseVolume,jdbcType=REAL},
- </if>
- <if test="houseSpace != null" >
- #{houseSpace,jdbcType=REAL},
- </if>
- <if test="type != null" >
- #{type,jdbcType=VARCHAR},
- </if>
- <if test="number != null" >
- #{number,jdbcType=INTEGER},
- </if>
- <if test="water != null" >
- #{water,jdbcType=VARCHAR},
- </if>
- <if test="workTime != null" >
- #{workTime,jdbcType=VARCHAR},
- </if>
- <if test="workDate != null" >
- #{workDate,jdbcType=VARCHAR},
- </if>
- <if test="temperature != null" >
- #{temperature,jdbcType=VARCHAR},
- </if>
- <if test="wormType != null" >
- #{wormType,jdbcType=VARCHAR},
- </if>
- <if test="sanqiApply != null" >
- #{sanqiApply,jdbcType=VARCHAR},
- </if>
- <if test="tonicApply != null" >
- #{tonicApply,jdbcType=VARCHAR},
- </if>
- <if test="workApply != null" >
- #{workApply,jdbcType=VARCHAR},
- </if>
- <if test="airtemperature != null" >
- #{airtemperature,jdbcType=VARCHAR},
- </if>
- <if test="weather != null" >
- #{weather,jdbcType=VARCHAR},
- </if>
- <if test="densityAfter != null" >
- #{densityAfter,jdbcType=VARCHAR},
- </if>
- <if test="density != null" >
- #{density,jdbcType=VARCHAR},
- </if>
- <if test="medicament != null" >
- #{medicament,jdbcType=VARCHAR},
- </if>
- <if test="safeMethod != null" >
- #{safeMethod,jdbcType=VARCHAR},
- </if>
- <if test="safeEffect != null" >
- #{safeEffect,jdbcType=VARCHAR},
- </if>
- <if test="section != null" >
- #{section,jdbcType=VARCHAR},
- </if>
- <if test="safePeople != null" >
- #{safePeople,jdbcType=VARCHAR},
- </if>
- <if test="safeMan != null" >
- #{safeMan,jdbcType=VARCHAR},
- </if>
- <if test="workPeople != null" >
- #{workPeople,jdbcType=VARCHAR},
- </if>
- <if test="charge != null" >
- #{charge,jdbcType=VARCHAR},
- </if>
- <if test="isDraft != null" >
- #{isDraft,jdbcType=VARCHAR},
- </if>
- <if test="workType != null" >
- #{workType,jdbcType=VARCHAR},
- </if>
- <if test="aluminumNum != null" >
- #{aluminumNum,jdbcType=VARCHAR},
- </if>
- <if test="aluminumType != null" >
- #{aluminumType,jdbcType=VARCHAR},
- </if>
- <if test="volumeNum != null" >
- #{volumeNum,jdbcType=INTEGER},
- </if>
- <if test="spaceNum != null" >
- #{spaceNum,jdbcType=INTEGER},
- </if>
- <if test="totalNum != null" >
- #{totalNum,jdbcType=INTEGER},
- </if>
- <if test="isAir != null" >
- #{isAir,jdbcType=VARCHAR},
- </if>
- <if test="isClose != null" >
- #{isClose,jdbcType=VARCHAR},
- </if>
- <if test="isAirSafe != null" >
- #{isAirSafe,jdbcType=VARCHAR},
- </if>
- <if test="isDetector != null" >
- #{isDetector,jdbcType=VARCHAR},
- </if>
- <if test="isAlarm != null" >
- #{isAlarm,jdbcType=VARCHAR},
- </if>
- <if test="isOxygen != null" >
- #{isOxygen,jdbcType=VARCHAR},
- </if>
- <if test="isRespirator != null" >
- #{isRespirator,jdbcType=VARCHAR},
- </if>
- <if test="isWarning != null" >
- #{isWarning,jdbcType=VARCHAR},
- </if>
- <if test="isFire != null" >
- #{isFire,jdbcType=VARCHAR},
- </if>
- <if test="isKit != null" >
- #{isKit,jdbcType=VARCHAR},
- </if>
- <if test="checkPeople != null" >
- #{checkPeople,jdbcType=VARCHAR},
- </if>
- <if test="checkClose != null" >
- #{checkClose,jdbcType=VARCHAR},
- </if>
- <if test="checkWarning != null" >
- #{checkWarning,jdbcType=VARCHAR},
- </if>
- <if test="checkWork != null" >
- #{checkWork,jdbcType=VARCHAR},
- </if>
- <if test="tonicDate != null" >
- #{tonicDate,jdbcType=VARCHAR},
- </if>
- <if test="tonicTimeEnd != null" >
- #{tonicTimeEnd,jdbcType=VARCHAR},
- </if>
- <if test="tonicApprove != null" >
- #{tonicApprove,jdbcType=VARCHAR},
- </if>
- <if test="tonicAppUser != null" >
- #{tonicAppUser,jdbcType=VARCHAR},
- </if>
- <if test="isCloseConfirm != null" >
- #{isCloseConfirm,jdbcType=VARCHAR},
- </if>
- <if test="isAlarmConfirm != null" >
- #{isAlarmConfirm,jdbcType=VARCHAR},
- </if>
- <if test="isDetectorConfirm != null" >
- #{isDetectorConfirm,jdbcType=VARCHAR},
- </if>
- <if test="isKitConfirm != null" >
- #{isKitConfirm,jdbcType=VARCHAR},
- </if>
- <if test="isRespiratorConfirm != null" >
- #{isRespiratorConfirm,jdbcType=VARCHAR},
- </if>
- <if test="isFireConfirm != null" >
- #{isFireConfirm,jdbcType=VARCHAR},
- </if>
- <if test="checkPeopleConfirm != null" >
- #{checkPeopleConfirm,jdbcType=VARCHAR},
- </if>
- <if test="sanqiDate != null" >
- #{sanqiDate,jdbcType=VARCHAR},
- </if>
- <if test="sanqiTime != null" >
- #{sanqiTime,jdbcType=VARCHAR},
- </if>
- <if test="sanqiType != null" >
- #{sanqiType,jdbcType=VARCHAR},
- </if>
- <if test="sanqiApproveUser != null" >
- #{sanqiApproveUser,jdbcType=VARCHAR},
- </if>
- <if test="sanqiBz != null" >
- #{sanqiBz,jdbcType=VARCHAR},
- </if>
- <if test="phosphineCheck != null" >
- #{phosphineCheck,jdbcType=VARCHAR},
- </if>
- <if test="houseOpen != null" >
- #{houseOpen,jdbcType=VARCHAR},
- </if>
- <if test="checkPeopleThree != null" >
- #{checkPeopleThree,jdbcType=VARCHAR},
- </if>
- <if test="sanqiUser != null" >
- #{sanqiUser,jdbcType=VARCHAR},
- </if>
- <if test="medicSet != null" >
- #{medicSet,jdbcType=VARCHAR},
- </if>
- <if test="densityRate != null" >
- #{densityRate,jdbcType=VARCHAR},
- </if>
- <if test="closeDay != null" >
- #{closeDay,jdbcType=VARCHAR},
- </if>
- <if test="temperatureAfter != null" >
- #{temperatureAfter,jdbcType=VARCHAR},
- </if>
- <if test="phosphineRemain != null" >
- #{phosphineRemain,jdbcType=VARCHAR},
- </if>
- <if test="remark != null" >
- #{remark,jdbcType=VARCHAR},
- </if>
- <if test="cId != null" >
- #{cId,jdbcType=INTEGER},
- </if>
- <if test="cTime != null" >
- #{cTime,jdbcType=TIMESTAMP},
- </if>
- <if test="uId != null" >
- #{uId,jdbcType=INTEGER},
- </if>
- <if test="uTime != null" >
- #{uTime,jdbcType=TIMESTAMP},
- </if>
- </trim>
- </insert>
- </mapper>
|