12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520 |
- <?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.dao.daily.DailyRecordQualitycheckFileDao">
- <resultMap type="cn.ourwill.module.house.entity.daily.DailyRecordQualitycheckFile" id="baseMap">
- <result column="id" property="id"/>
- <result column="house_id" property="houseId"/>
- <result column="type" property="type"/>
- <result column="sub_type" property="subType"/>
- <result column="check_time" property="checkTime"/>
- <result column="checker" property="checker"/>
- <result column="quality_index" property="qualityIndex"/>
- <result column="bad_items" property="badItems"/>
- <result column="level" property="level"/>
- <result column="capacity" property="capacity"/>
- <result column="water" property="water"/>
- <result column="impurity" property="impurity"/>
- <result column="mineral" property="mineral"/>
- <result column="badpart" property="badpart"/>
- <result column="colorsmell" property="colorsmell"/>
- <result column="keeper_advices" property="keeperAdvices"/>
- <result column="keeper_advices_time" property="keeperAdvicesTime"/>
- <result column="keeper_advices_paint" property="keeperAdvicesPaint"/>
- <result column="chief_advices" property="chiefAdvices"/>
- <result column="chief_advices_time" property="chiefAdvicesTime"/>
- <result column="chiet_advices_paint" property="chietAdvicesPaint"/>
- <result column="vice_manager_advices" property="viceManagerAdvices"/>
- <result column="vice_manager_advices_time" property="viceManagerAdvicesTime"/>
- <result column="vice_manager_advices_paint" property="viceManagerAdvicesPaint"/>
- <result column="manager_advices" property="managerAdvices"/>
- <result column="manager_advices_time" property="managerAdvicesTime"/>
- <result column="manager_advices_paint" property="managerAdvicesPaint"/>
- <result column="improve_result" property="improveResult"/>
- <result column="improve_time" property="improveTime"/>
- <result column="improve_paint" property="improvePaint"/>
- <result column="is_firstchecklevel_right" property="isFirstchecklevelRight"/>
- <result column="accept_unite" property="acceptUnite"/>
- <result column="kind" property="kind"/>
- <result column="property" property="property"/>
- <result column="input_time" property="inputTime"/>
- <result column="number" property="number"/>
- <result column="location" property="location"/>
- <result column="keeper" property="keeper"/>
- <result column="harvest_time" property="harvestTime"/>
- <result column="goodpart" property="goodpart"/>
- <result column="chooser" property="chooser"/>
- <result column="choose_time" property="chooseTime"/>
- <result column="damage_ratio_sum" property="damageRatioSum"/>
- <result column="boldfat_index" property="boldfatIndex"/>
- <result column="check_type" property="checkType"/>
- <result column="hot_damage" property="hotDamage"/>
- <result column="protein_solution_ratio" property="proteinSolutionRatio"/>
- <result column="quality_index_result" property="qualityIndexResult"/>
- <result column="quality_save_result" property="qualitySaveResult"/>
- <result column="badpart_sum" property="badpartSum"/>
- <result column="badpart_mildew_count" property="badpartMildewCount"/>
- <result column="eat_score" property="eatScore"/>
- <result column="fat_index" property="fatIndex"/>
- <result column="husked_ration" property="huskedRation"/>
- <result column="full_good_ration" property="fullGoodRation"/>
- <result column="mix_ration" property="mixRation"/>
- <result column="yellow_part" property="yellowPart"/>
- <result column="out_husked_ration" property="outHuskedRation"/>
- <result column="car_sequence" property="carSequence"/>
- <result column="big_sample" property="bigSample"/>
- <result column="small_sample" property="smallSample"/>
- <result column="pests" property="pests"/>
- <result column="impurty_sum" property="impurtySum"/>
- <result column="big_impurity" property="bigImpurity"/>
- <result column="small_impurity" property="smallImpurity"/>
- <result column="color_ratio" property="colorRatio"/>
- <result column="hard_index" property="hardIndex"/>
- <result column="viscosity" property="viscosity"/>
- <result column="bechecked_unite" property="becheckedUnite"/>
- <result column="samle_name" property="samleName"/>
- <result column="sample_count" property="sampleCount"/>
- <result column="pack_type" property="packType"/>
- <result column="choose_location" property="chooseLocation"/>
- <result column="gluten_water_count" property="glutenWaterCount"/>
- <result column="remarks" property="remarks"/>
- <result column="writer" property="writer"/>
- <result column="approver" property="approver"/>
- <result column="check_result" property="checkResult"/>
- <result column="check_result_info" property="checkResultInfo"/>
- <result column="c_id" property="cId"/>
- <result column="u_id" property="uId"/>
- <result column="c_time" property="cTime"/>
- <result column="u_time" property="uTime"/>
- <result column="version" property="version"/>
- <result column="uuid" property="uuid"/>
- <result column="impurity_mineral" property="impurityMineral"/>
- <result column="mildew_count" property="mildewCount"/>
- <result column="ab_color_ratio" property="abColorRatio"/>
- <result column="damage_ratio" property="damageRatio"/>
- <result column="hot_damage_ratio" property="hotDamageRatio"/>
- <result column="clean_rice" property="cleanRice"/>
- <result column="husked_rice_weight" property="huskedRiceWeight"/>
- <result column="ab_type_rice" property="abTypeRice"/>
- <result column="bud_shell_rice" property="budShellRice"/>
- <result column="husked_badpart_weight" property="huskedBadpartWeight"/>
- <result column="capacity_result" property="capacityResult"/>
- <result column="badpart_mildew_count_result" property="badpartMildewCountResult"/>
- <result column="impurity_result" property="impurityResult"/>
- <result column="fat_index_result" property="fatIndexResult"/>
- <result column="water_result" property="waterResult"/>
- <result column="eat_score_result" property="eatScoreResult"/>
- <result column="aflatoxin_b" property="aflatoxinB"/>
- <result column="aflatoxin_b_result" property="aflatoxinBResult"/>
- <result column="phosphide" property="phosphide"/>
- <result column="phosphide_result" property="phosphideResult"/>
- <result column="checktype_result" property="checktypeResult"/>
- <result column="colorsmell_result" property="colorsmellResult"/>
- <result column="badpart_result" property="badpartResult"/>
- <result column="impurty_sum_result" property="impurtySumResult"/>
- <result column="mineral_result" property="mineralResult"/>
- <result column="gluten_water_count_result" property="glutenWaterCountResult"/>
- <result column="viscosity_result" property="viscosityResult"/>
- <result column="husked_ration_result" property="huskedRationResult"/>
- <result column="full_good_ration_result" property="fullGoodRationResult"/>
- <result column="out_husked_ration_result" property="outHuskedRationResult"/>
- <result column="yellow_part_result" property="yellowPartResult"/>
- <result column="goodpart_result" property="goodpartResult"/>
- <result column="hot_damage_result" property="hotDamageResult"/>
- <result column="boldfat_index_result" property="boldfatIndexResult"/>
- <result column="protein_solution_ratio_result" property="proteinSolutionRatioResult"/>
- <result column="reviewer" property="reviewer"/>
- <result column="apply_check_time" property="applyCheckTime"/>
- <result column="check_time_type" property="checkTimeType"/>
- <result column="check_result_time" property="checkResultTime"/>
- <result column="store_quality" property="storeQuality"/>
- <result column="is_pest" property="isPest"/>
- <result column="deducted_conditions" property="deductedConditions"/>
- <result column="input_deducted_info" property="inputDeductedInfo"/>
- <result column="water_deducted_info" property="waterDeductedInfo"/>
- <result column="impurity_deducted_info" property="impurityDeductedInfo"/>
- <result column="other_deducted_info" property="otherDeductedInfo"/>
- <result column="deducted_pic" property="deductedPic"/>
- <result column="water_tips_flag" property="waterTipsFlag"/>
- <result column="file_uuid" property="fileUuid"/>
- </resultMap>
- <sql id="columns">
- id ,
- house_id ,
- `type` ,
- sub_type ,
- check_time ,
- checker ,
- quality_index ,
- bad_items ,
- `level` ,
- capacity ,
- water ,
- impurity ,
- mineral ,
- badpart ,
- colorsmell ,
- keeper_advices ,
- keeper_advices_time ,
- keeper_advices_paint,
- chief_advices ,
- chief_advices_time ,
- chiet_advices_paint,
- vice_manager_advices ,
- vice_manager_advices_time ,
- vice_manager_advices_paint,
- manager_advices ,
- manager_advices_time ,
- manager_advices_paint,
- improve_result ,
- improve_time ,
- improve_paint,
- is_firstchecklevel_right ,
- accept_unite ,
- kind ,
- property ,
- input_time ,
- `number` ,
- location ,
- keeper ,
- harvest_time ,
- goodpart ,
- chooser ,
- choose_time ,
- damage_ratio_sum ,
- boldfat_index ,
- check_type ,
- hot_damage ,
- protein_solution_ratio ,
- quality_index_result ,
- quality_save_result ,
- badpart_sum ,
- badpart_mildew_count ,
- eat_score ,
- fat_index ,
- husked_ration ,
- full_good_ration ,
- mix_ration ,
- yellow_part ,
- out_husked_ration ,
- car_sequence ,
- big_sample ,
- small_sample ,
- pests ,
- impurty_sum ,
- big_impurity ,
- small_impurity ,
- color_ratio ,
- hard_index ,
- viscosity ,
- bechecked_unite ,
- samle_name ,
- sample_count ,
- pack_type ,
- choose_location ,
- gluten_water_count ,
- remarks ,
- writer ,
- approver ,
- check_result ,
- check_result_info ,
- c_id ,
- u_id ,
- c_time ,
- u_time ,
- version ,
- uuid ,
- impurity_mineral ,
- mildew_count ,
- ab_color_ratio ,
- damage_ratio ,
- hot_damage_ratio ,
- clean_rice ,
- husked_rice_weight ,
- ab_type_rice ,
- bud_shell_rice ,
- husked_badpart_weight ,
- capacity_result ,
- badpart_mildew_count_result ,
- impurity_result ,
- fat_index_result ,
- water_result ,
- eat_score_result ,
- aflatoxin_b ,
- aflatoxin_b_result ,
- phosphide ,
- phosphide_result ,
- checktype_result ,
- colorsmell_result ,
- badpart_result ,
- impurty_sum_result ,
- mineral_result ,
- gluten_water_count_result ,
- viscosity_result ,
- husked_ration_result ,
- full_good_ration_result ,
- out_husked_ration_result ,
- yellow_part_result ,
- goodpart_result ,
- hot_damage_result ,
- boldfat_index_result ,
- protein_solution_ratio_result ,
- reviewer,
- apply_check_time,
- check_time_type,
- check_result_time,
- store_quality,
- is_pest,
- deducted_conditions,
- input_deducted_info,
- water_deducted_info,
- impurity_deducted_info,
- other_deducted_info,
- deducted_pic,
- water_tips_flag,
- file_uuid
- </sql>
- <sql id="staticColumns">
- a.id ,
- a.house_id ,
- a.`type` ,
- a.sub_type ,
- a.check_time ,
- a.checker ,
- a.quality_index ,
- a.bad_items ,
- a.`level` ,
- a.capacity ,
- a.water ,
- a.impurity ,
- a.mineral ,
- a.badpart ,
- a.colorsmell ,
- a.keeper_advices ,
- a.keeper_advices_time ,
- a.keeper_advices_paint,
- a.chief_advices ,
- a.chief_advices_time ,
- a.chiet_advices_paint,
- a.vice_manager_advices ,
- a.vice_manager_advices_time ,
- a.vice_manager_advices_paint,
- a.manager_advices ,
- a.manager_advices_time ,
- a.manager_advices_paint,
- a.improve_result ,
- a.improve_time ,
- a.improve_paint,
- a.is_firstchecklevel_right ,
- a.accept_unite ,
- a.kind ,
- a.property ,
- a.input_time ,
- a.`number` ,
- a.location ,
- a.keeper ,
- a.harvest_time ,
- a.goodpart ,
- a.chooser ,
- a.choose_time ,
- a.damage_ratio_sum ,
- a.boldfat_index ,
- a.check_type ,
- a.hot_damage ,
- a.protein_solution_ratio ,
- a.quality_index_result ,
- a.quality_save_result ,
- a.badpart_sum ,
- a.badpart_mildew_count ,
- a.eat_score ,
- a.fat_index ,
- a.husked_ration ,
- a.full_good_ration ,
- a.mix_ration ,
- a.yellow_part ,
- a.out_husked_ration ,
- a.car_sequence ,
- a.big_sample ,
- a.small_sample ,
- a.pests ,
- a.impurty_sum ,
- a.big_impurity ,
- a.small_impurity ,
- a.color_ratio ,
- a.hard_index ,
- a.viscosity ,
- a.bechecked_unite ,
- a.samle_name ,
- a.sample_count ,
- a.pack_type ,
- a.choose_location ,
- a.gluten_water_count ,
- a.remarks ,
- a.writer ,
- a.approver ,
- a.check_result ,
- a.check_result_info ,
- a.c_id ,
- a.u_id ,
- a.c_time ,
- a.u_time ,
- a.version ,
- a.uuid ,
- a.impurity_mineral ,
- a.mildew_count ,
- a.ab_color_ratio ,
- a.damage_ratio ,
- a.hot_damage_ratio ,
- a.clean_rice ,
- a.husked_rice_weight ,
- a.ab_type_rice ,
- a.bud_shell_rice ,
- a.husked_badpart_weight ,
- a.capacity_result ,
- a.badpart_mildew_count_result ,
- a.impurity_result ,
- a.fat_index_result ,
- a.water_result ,
- a.eat_score_result ,
- a.aflatoxin_b ,
- a.aflatoxin_b_result ,
- a.phosphide ,
- a.phosphide_result ,
- a.checktype_result ,
- a.colorsmell_result ,
- a.badpart_result ,
- a.impurty_sum_result ,
- a.mineral_result ,
- a.gluten_water_count_result ,
- a.viscosity_result ,
- a.husked_ration_result ,
- a.full_good_ration_result ,
- a.out_husked_ration_result ,
- a.yellow_part_result ,
- a.goodpart_result ,
- a.hot_damage_result ,
- a.boldfat_index_result ,
- a.protein_solution_ratio_result ,
- a.reviewer,
- a.apply_check_time,
- a.check_time_type,
- a.check_result_time,
- a.store_quality,
- a.is_pest,
- a.deducted_conditions,
- a.input_deducted_info,
- a.water_deducted_info,
- a.impurity_deducted_info,
- a.other_deducted_info,
- a.deducted_pic,
- a.water_tips_flag
- </sql>
- <sql id="joinCols">
- </sql>
- <select id="get" resultMap="baseMap">
- SELECT
- <include refid="columns"/>
- FROM daily_record_qualitycheck_file a
- <include refid="joinCols"/>
- WHERE a.id = #{id}
- </select>
- <select id="findList" resultMap="baseMap">
- SELECT
- <include refid="columns"/>
- FROM daily_record_qualitycheck_file a
- <include refid="joinCols"/>
- <where>
- <if test="id !=null">
- and id = #{id}
- </if>
- <if test="searchStartDate !=null">
- and a.check_time <![CDATA[ >= ]]> #{searchStartDate}
- </if>
- <if test="searchEndDate !=null">
- and a.check_time <= #{searchEndDate}
- </if>
- <if test="houseId !=null">
- and house_id = #{houseId}
- </if>
- <if test="type !=null">
- and `type` = #{type}
- </if>
- <if test="subType !=null">
- and sub_type = #{subType}
- </if>
- <if test="checkTime !=null">
- and check_time = #{checkTime}
- </if>
- <if test="checker !=null">
- and checker = #{checker}
- </if>
- <if test="qualityIndex !=null">
- and quality_index = #{qualityIndex}
- </if>
- <if test="badItems !=null">
- and bad_items = #{badItems}
- </if>
- <if test="level !=null">
- and `level` = #{level}
- </if>
- <if test="capacity !=null">
- and capacity = #{capacity}
- </if>
- <if test="water !=null">
- and water = #{water}
- </if>
- <if test="impurity !=null">
- and impurity = #{impurity}
- </if>
- <if test="mineral !=null">
- and mineral = #{mineral}
- </if>
- <if test="badpart !=null">
- and badpart = #{badpart}
- </if>
- <if test="colorsmell !=null">
- and colorsmell = #{colorsmell}
- </if>
- <if test="keeperAdvices !=null">
- and keeper_advices = #{keeperAdvices}
- </if>
- <if test="keeperAdvicesTime !=null">
- and keeper_advices_time = #{keeperAdvicesTime}
- </if>
- <if test="keeperAdvicesPaint !=null">
- and keeper_advices_paint = #{keeperAdvicesPaint}
- </if>
- <if test="chiefAdvices !=null">
- and chief_advices = #{chiefAdvices}
- </if>
- <if test="chiefAdvicesTime !=null">
- and chief_advices_time = #{chiefAdvicesTime}
- </if>
- <if test="chietAdvicesPaint !=null">
- and chiet_advices_paint = #{chietAdvicesPaint}
- </if>
- <if test="viceManagerAdvices !=null">
- and vice_manager_advices = #{viceManagerAdvices}
- </if>
- <if test="viceManagerAdvicesTime !=null">
- and vice_manager_advices_time = #{viceManagerAdvicesTime}
- </if>
- <if test="viceManagerAdvicesPaint !=null">
- and vice_manager_advices_paint = #{viceManagerAdvicesPaint}
- </if>
- <if test="managerAdvices !=null">
- and manager_advices = #{managerAdvices}
- </if>
- <if test="managerAdvicesTime !=null">
- and manager_advices_time = #{managerAdvicesTime}
- </if>
- <if test="managerAdvicesPaint !=null">
- and manager_advices_paint = #{managerAdvicesPaint}
- </if>
- <if test="improveResult !=null">
- and improve_result = #{improveResult}
- </if>
- <if test="improveTime !=null">
- and improve_time = #{improveTime}
- </if>
- <if test="improvePaint !=null">
- and improve_paint = #{improvePaint}
- </if>
- <if test="isFirstchecklevelRight !=null">
- and is_firstchecklevel_right = #{isFirstchecklevelRight}
- </if>
- <if test="acceptUnite !=null">
- and accept_unite = #{acceptUnite}
- </if>
- <if test="kind !=null">
- and kind = #{kind}
- </if>
- <if test="property !=null">
- and property = #{property}
- </if>
- <if test="inputTime !=null">
- and input_time = #{inputTime}
- </if>
- <if test="number !=null">
- and `number` = #{number}
- </if>
- <if test="location !=null">
- and location = #{location}
- </if>
- <if test="keeper !=null">
- and keeper = #{keeper}
- </if>
- <if test="harvestTime !=null">
- and harvest_time = #{harvestTime}
- </if>
- <if test="goodpart !=null">
- and goodpart = #{goodpart}
- </if>
- <if test="chooser !=null">
- and chooser = #{chooser}
- </if>
- <if test="chooseTime !=null">
- and choose_time = #{chooseTime}
- </if>
- <if test="damageRatioSum !=null">
- and damage_ratio_sum = #{damageRatioSum}
- </if>
- <if test="boldfatIndex !=null">
- and boldfat_index = #{boldfatIndex}
- </if>
- <if test="checkType !=null">
- and check_type = #{checkType}
- </if>
- <if test="hotDamage !=null">
- and hot_damage = #{hotDamage}
- </if>
- <if test="proteinSolutionRatio !=null">
- and protein_solution_ratio = #{proteinSolutionRatio}
- </if>
- <if test="qualityIndexResult !=null">
- and quality_index_result = #{qualityIndexResult}
- </if>
- <if test="qualitySaveResult !=null">
- and quality_save_result = #{qualitySaveResult}
- </if>
- <if test="badpartSum !=null">
- and badpart_sum = #{badpartSum}
- </if>
- <if test="badpartMildewCount !=null">
- and badpart_mildew_count = #{badpartMildewCount}
- </if>
- <if test="eatScore !=null">
- and eat_score = #{eatScore}
- </if>
- <if test="fatIndex !=null">
- and fat_index = #{fatIndex}
- </if>
- <if test="huskedRation !=null">
- and husked_ration = #{huskedRation}
- </if>
- <if test="fullGoodRation !=null">
- and full_good_ration = #{fullGoodRation}
- </if>
- <if test="mixRation !=null">
- and mix_ration = #{mixRation}
- </if>
- <if test="yellowPart !=null">
- and yellow_part = #{yellowPart}
- </if>
- <if test="outHuskedRation !=null">
- and out_husked_ration = #{outHuskedRation}
- </if>
- <if test="carSequence !=null">
- and car_sequence = #{carSequence}
- </if>
- <if test="bigSample !=null">
- and big_sample = #{bigSample}
- </if>
- <if test="smallSample !=null">
- and small_sample = #{smallSample}
- </if>
- <if test="pests !=null">
- and pests = #{pests}
- </if>
- <if test="impurtySum !=null">
- and impurty_sum = #{impurtySum}
- </if>
- <if test="bigImpurity !=null">
- and big_impurity = #{bigImpurity}
- </if>
- <if test="smallImpurity !=null">
- and small_impurity = #{smallImpurity}
- </if>
- <if test="colorRatio !=null">
- and color_ratio = #{colorRatio}
- </if>
- <if test="hardIndex !=null">
- and hard_index = #{hardIndex}
- </if>
- <if test="viscosity !=null">
- and viscosity = #{viscosity}
- </if>
- <if test="becheckedUnite !=null">
- and bechecked_unite = #{becheckedUnite}
- </if>
- <if test="samleName !=null">
- and samle_name = #{samleName}
- </if>
- <if test="sampleCount !=null">
- and sample_count = #{sampleCount}
- </if>
- <if test="packType !=null">
- and pack_type = #{packType}
- </if>
- <if test="chooseLocation !=null">
- and choose_location = #{chooseLocation}
- </if>
- <if test="glutenWaterCount !=null">
- and gluten_water_count = #{glutenWaterCount}
- </if>
- <if test="remarks !=null">
- and remarks = #{remarks}
- </if>
- <if test="writer !=null">
- and writer = #{writer}
- </if>
- <if test="approver !=null">
- and approver = #{approver}
- </if>
- <if test="checkResult !=null">
- and check_result = #{checkResult}
- </if>
- <if test="checkResultInfo !=null">
- and check_result_info = #{checkResultInfo}
- </if>
- <if test="cId !=null">
- and c_id = #{cId}
- </if>
- <if test="uId !=null">
- and u_id = #{uId}
- </if>
- <if test="cTime !=null">
- and c_time = #{cTime}
- </if>
- <if test="uTime !=null">
- and u_time = #{uTime}
- </if>
- <if test="version !=null">
- and version = #{version}
- </if>
- <if test="uuid !=null">
- and uuid = #{uuid}
- </if>
- <if test="impurityMineral !=null">
- and impurity_mineral = #{impurityMineral}
- </if>
- <if test="mildewCount !=null">
- and mildew_count = #{mildewCount}
- </if>
- <if test="abColorRatio !=null">
- and ab_color_ratio = #{abColorRatio}
- </if>
- <if test="damageRatio !=null">
- and damage_ratio = #{damageRatio}
- </if>
- <if test="hotDamageRatio !=null">
- and hot_damage_ratio = #{hotDamageRatio}
- </if>
- <if test="cleanRice !=null">
- and clean_rice = #{cleanRice}
- </if>
- <if test="huskedRiceWeight !=null">
- and husked_rice_weight = #{huskedRiceWeight}
- </if>
- <if test="abTypeRice !=null">
- and ab_type_rice = #{abTypeRice}
- </if>
- <if test="budShellRice !=null">
- and bud_shell_rice = #{budShellRice}
- </if>
- <if test="huskedBadpartWeight !=null">
- and husked_badpart_weight = #{huskedBadpartWeight}
- </if>
- <if test="capacityResult !=null">
- and capacity_result = #{capacityResult}
- </if>
- <if test="badpartMildewCountResult !=null">
- and badpart_mildew_count_result = #{badpartMildewCountResult}
- </if>
- <if test="impurityResult !=null">
- and impurity_result = #{impurityResult}
- </if>
- <if test="fatIndexResult !=null">
- and fat_index_result = #{fatIndexResult}
- </if>
- <if test="waterResult !=null">
- and water_result = #{waterResult}
- </if>
- <if test="eatScoreResult !=null">
- and eat_score_result = #{eatScoreResult}
- </if>
- <if test="aflatoxinB !=null">
- and aflatoxin_b = #{aflatoxinB}
- </if>
- <if test="aflatoxinBResult !=null">
- and aflatoxin_b_result = #{aflatoxinBResult}
- </if>
- <if test="phosphide !=null">
- and phosphide = #{phosphide}
- </if>
- <if test="phosphideResult !=null">
- and phosphide_result = #{phosphideResult}
- </if>
- <if test="checktypeResult !=null">
- and checktype_result = #{checktypeResult}
- </if>
- <if test="colorsmellResult !=null">
- and colorsmell_result = #{colorsmellResult}
- </if>
- <if test="badpartResult !=null">
- and badpart_result = #{badpartResult}
- </if>
- <if test="impurtySumResult !=null">
- and impurty_sum_result = #{impurtySumResult}
- </if>
- <if test="mineralResult !=null">
- and mineral_result = #{mineralResult}
- </if>
- <if test="glutenWaterCountResult !=null">
- and gluten_water_count_result = #{glutenWaterCountResult}
- </if>
- <if test="viscosityResult !=null">
- and viscosity_result = #{viscosityResult}
- </if>
- <if test="huskedRationResult !=null">
- and husked_ration_result = #{huskedRationResult}
- </if>
- <if test="fullGoodRationResult !=null">
- and full_good_ration_result = #{fullGoodRationResult}
- </if>
- <if test="outHuskedRationResult !=null">
- and out_husked_ration_result = #{outHuskedRationResult}
- </if>
- <if test="yellowPartResult !=null">
- and yellow_part_result = #{yellowPartResult}
- </if>
- <if test="goodpartResult !=null">
- and goodpart_result = #{goodpartResult}
- </if>
- <if test="hotDamageResult !=null">
- and hot_damage_result = #{hotDamageResult}
- </if>
- <if test="boldfatIndexResult !=null">
- and boldfat_index_result = #{boldfatIndexResult}
- </if>
- <if test="proteinSolutionRatioResult !=null">
- and protein_solution_ratio_result = #{proteinSolutionRatioResult}
- </if>
- <if test="reviewer !=null">
- and reviewer = #{reviewer}
- </if>
- <if test="storeQuality !=null">
- and store_quality = #{storeQuality}
- </if>
- <if test="isPest !=null">
- and is_pest = #{isPest}
- </if>
- <if test="deductedConditions !=null">
- and deducted_conditions = #{deductedConditions}
- </if>
- <if test="inputDeductedInfo !=null">
- and input_deducted_info = #{inputDeductedInfo}
- </if>
- <if test="waterDeductedInfo !=null">
- and water_deducted_info = #{waterDeductedInfo}
- </if>
- <if test="impurityDeductedInfo !=null">
- and impurity_deducted_info = #{impurityDeductedInfo}
- </if>
- <if test="otherDeductedInfo !=null">
- and other_deducted_info = #{otherDeductedInfo}
- </if>
- <if test="deductedPic !=null">
- and deducted_pic = #{deductedPic}
- </if>
- <if test="waterTipsFlag !=null">
- and water_tips_flag = #{waterTipsFlag}
- </if>
- <if test="fileUuid !=null">
- and file_uuid = #{fileUuid}
- </if>
- </where>
- <choose>
- <when test="page !=null and page.orderBy != null and page.orderBy != ''">
- ORDER BY ${page.orderBy}
- </when>
- <otherwise>
- </otherwise>
- </choose>
- </select>
- <insert id="insert" keyColumn="id" keyProperty="id" useGeneratedKeys="true"
- parameterType="cn.ourwill.module.house.entity.daily.DailyRecordQualitycheckFile">
- INSERT INTO daily_record_qualitycheck_file
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <!-- <if test=" id != null">
- id,
- </if>-->
- <if test=" houseId != null">
- house_id,
- </if>
- <if test=" type != null">
- `type`,
- </if>
- <if test=" subType != null">
- sub_type,
- </if>
- <if test=" checkTime != null">
- check_time,
- </if>
- <if test=" checker != null">
- checker,
- </if>
- <if test=" qualityIndex != null">
- quality_index,
- </if>
- <if test=" badItems != null">
- bad_items,
- </if>
- <if test=" level != null">
- `level`,
- </if>
- <if test=" capacity != null">
- capacity,
- </if>
- <if test=" water != null">
- water,
- </if>
- <if test=" impurity != null">
- impurity,
- </if>
- <if test=" mineral != null">
- mineral,
- </if>
- <if test=" badpart != null">
- badpart,
- </if>
- <if test=" colorsmell != null">
- colorsmell,
- </if>
- <if test=" keeperAdvices != null">
- keeper_advices,
- </if>
- <if test=" keeperAdvicesTime != null">
- keeper_advices_time,
- </if>
- <if test="keeperAdvicesPaint !=null">
- keeper_advices_paint,
- </if>
- <if test=" chiefAdvices != null">
- chief_advices,
- </if>
- <if test=" chiefAdvicesTime != null">
- chief_advices_time,
- </if>
- <if test="chietAdvicesPaint !=null">
- chiet_advices_paint,
- </if>
- <if test=" viceManagerAdvices != null">
- vice_manager_advices,
- </if>
- <if test=" viceManagerAdvicesTime != null">
- vice_manager_advices_time,
- </if>
- <if test="viceManagerAdvicesPaint !=null">
- vice_manager_advices_paint,
- </if>
- <if test=" managerAdvices != null">
- manager_advices,
- </if>
- <if test=" managerAdvicesTime != null">
- manager_advices_time,
- </if>
- <if test="managerAdvicesPaint !=null">
- manager_advices_paint,
- </if>
- <if test=" improveResult != null">
- improve_result,
- </if>
- <if test=" improveTime != null">
- improve_time,
- </if>
- <if test="improvePaint !=null">
- improve_paint,
- </if>
- <if test=" isFirstchecklevelRight != null">
- is_firstchecklevel_right,
- </if>
- <if test=" acceptUnite != null">
- accept_unite,
- </if>
- <if test=" kind != null">
- kind,
- </if>
- <if test=" property != null">
- property,
- </if>
- <if test=" inputTime != null">
- input_time,
- </if>
- <if test=" number != null">
- `number`,
- </if>
- <if test=" location != null">
- location,
- </if>
- <if test=" keeper != null">
- keeper,
- </if>
- <if test=" harvestTime != null">
- harvest_time,
- </if>
- <if test=" goodpart != null">
- goodpart,
- </if>
- <if test=" chooser != null">
- chooser,
- </if>
- <if test=" chooseTime != null and chooseTime != ''">
- choose_time,
- </if>
- <if test=" damageRatioSum != null">
- damage_ratio_sum,
- </if>
- <if test=" boldfatIndex != null">
- boldfat_index,
- </if>
- <if test=" checkType != null">
- check_type,
- </if>
- <if test=" hotDamage != null">
- hot_damage,
- </if>
- <if test=" proteinSolutionRatio != null">
- protein_solution_ratio,
- </if>
- <if test=" qualityIndexResult != null">
- quality_index_result,
- </if>
- <if test=" qualitySaveResult != null">
- quality_save_result,
- </if>
- <if test=" badpartSum != null">
- badpart_sum,
- </if>
- <if test=" badpartMildewCount != null">
- badpart_mildew_count,
- </if>
- <if test=" eatScore != null">
- eat_score,
- </if>
- <if test=" fatIndex != null">
- fat_index,
- </if>
- <if test=" huskedRation != null">
- husked_ration,
- </if>
- <if test=" fullGoodRation != null">
- full_good_ration,
- </if>
- <if test=" mixRation != null">
- mix_ration,
- </if>
- <if test=" yellowPart != null">
- yellow_part,
- </if>
- <if test=" outHuskedRation != null">
- out_husked_ration,
- </if>
- <if test=" carSequence != null">
- car_sequence,
- </if>
- <if test=" bigSample != null">
- big_sample,
- </if>
- <if test=" smallSample != null">
- small_sample,
- </if>
- <if test=" pests != null">
- pests,
- </if>
- <if test=" impurtySum != null">
- impurty_sum,
- </if>
- <if test=" bigImpurity != null">
- big_impurity,
- </if>
- <if test=" smallImpurity != null">
- small_impurity,
- </if>
- <if test=" colorRatio != null">
- color_ratio,
- </if>
- <if test=" hardIndex != null">
- hard_index,
- </if>
- <if test=" viscosity != null">
- viscosity,
- </if>
- <if test=" becheckedUnite != null">
- bechecked_unite,
- </if>
- <if test=" samleName != null">
- samle_name,
- </if>
- <if test=" sampleCount != null">
- sample_count,
- </if>
- <if test=" packType != null">
- pack_type,
- </if>
- <if test=" chooseLocation != null">
- choose_location,
- </if>
- <if test=" glutenWaterCount != null">
- gluten_water_count,
- </if>
- <if test=" remarks != null">
- remarks,
- </if>
- <if test=" writer != null">
- writer,
- </if>
- <if test=" approver != null">
- approver,
- </if>
- <if test=" checkResult != null">
- check_result,
- </if>
- <if test=" checkResultInfo != null">
- check_result_info,
- </if>
- <if test=" cId != null">
- c_id,
- </if>
- <if test=" uId != null">
- u_id,
- </if>
- <if test=" cTime != null">
- c_time,
- </if>
- <if test=" uTime != null">
- u_time,
- </if>
- <if test=" version != null">
- version,
- </if>
- <if test=" uuid != null">
- uuid,
- </if>
- <if test=" impurityMineral != null">
- impurity_mineral,
- </if>
- <if test=" mildewCount != null">
- mildew_count,
- </if>
- <if test=" abColorRatio != null">
- ab_color_ratio,
- </if>
- <if test=" damageRatio != null">
- damage_ratio,
- </if>
- <if test=" hotDamageRatio != null">
- hot_damage_ratio,
- </if>
- <if test=" cleanRice != null">
- clean_rice,
- </if>
- <if test=" huskedRiceWeight != null">
- husked_rice_weight,
- </if>
- <if test=" abTypeRice != null">
- ab_type_rice,
- </if>
- <if test=" budShellRice != null">
- bud_shell_rice,
- </if>
- <if test=" huskedBadpartWeight != null">
- husked_badpart_weight,
- </if>
- <if test=" capacityResult != null">
- capacity_result,
- </if>
- <if test=" badpartMildewCountResult != null">
- badpart_mildew_count_result,
- </if>
- <if test=" impurityResult != null">
- impurity_result,
- </if>
- <if test=" fatIndexResult != null">
- fat_index_result,
- </if>
- <if test=" waterResult != null">
- water_result,
- </if>
- <if test=" eatScoreResult != null">
- eat_score_result,
- </if>
- <if test=" aflatoxinB != null">
- aflatoxin_b,
- </if>
- <if test=" aflatoxinBResult != null">
- aflatoxin_b_result,
- </if>
- <if test=" phosphide != null">
- phosphide,
- </if>
- <if test=" phosphideResult != null">
- phosphide_result,
- </if>
- <if test=" checktypeResult != null">
- checktype_result,
- </if>
- <if test=" colorsmellResult != null">
- colorsmell_result,
- </if>
- <if test=" badpartResult != null">
- badpart_result,
- </if>
- <if test=" impurtySumResult != null">
- impurty_sum_result,
- </if>
- <if test=" mineralResult != null">
- mineral_result,
- </if>
- <if test=" glutenWaterCountResult != null">
- gluten_water_count_result,
- </if>
- <if test=" viscosityResult != null">
- viscosity_result,
- </if>
- <if test=" huskedRationResult != null">
- husked_ration_result,
- </if>
- <if test=" fullGoodRationResult != null">
- full_good_ration_result,
- </if>
- <if test=" outHuskedRationResult != null">
- out_husked_ration_result,
- </if>
- <if test=" yellowPartResult != null">
- yellow_part_result,
- </if>
- <if test=" goodpartResult != null">
- goodpart_result,
- </if>
- <if test=" hotDamageResult != null">
- hot_damage_result,
- </if>
- <if test=" boldfatIndexResult != null">
- boldfat_index_result,
- </if>
- <if test=" proteinSolutionRatioResult != null">
- protein_solution_ratio_result,
- </if>
- <if test=" reviewer != null">
- reviewer,
- </if>
- <if test=" applyCheckTime != null and applyCheckTime != ''">
- apply_check_time,
- </if>
- <if test=" checkTimeType != null">
- check_time_type,
- </if>
- <if test=" checkResultTime != null">
- check_result_time,
- </if>
- <if test=" storeQuality !=null">
- store_quality,
- </if>
- <if test=" isPest !=null">
- is_pest,
- </if>
- <if test=" deductedConditions !=null">
- deducted_conditions,
- </if>
- <if test=" inputDeductedInfo !=null">
- input_deducted_info,
- </if>
- <if test=" waterDeductedInfo !=null">
- water_deducted_info ,
- </if>
- <if test=" impurityDeductedInfo !=null">
- impurity_deducted_info,
- </if>
- <if test=" otherDeductedInfo !=null">
- other_deducted_info,
- </if>
- <if test=" deductedPic !=null">
- deducted_pic,
- </if>
- <if test="waterTipsFlag !=null">
- water_tips_flag,
- </if>
- <if test="fileUuid !=null">
- file_uuid
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <!--<if test="id !=null">
- #{id},
- </if>-->
- <if test=" houseId != null">
- #{houseId}, </if>
- <if test=" type != null">
- #{type}, </if>
- <if test=" subType != null">
- #{subType}, </if>
- <if test=" checkTime != null">
- #{checkTime}, </if>
- <if test=" checker != null">
- #{checker}, </if>
- <if test=" qualityIndex != null">
- #{qualityIndex}, </if>
- <if test=" badItems != null">
- #{badItems}, </if>
- <if test=" level != null">
- #{level}, </if>
- <if test=" capacity != null">
- #{capacity}, </if>
- <if test=" water != null">
- #{water}, </if>
- <if test=" impurity != null">
- #{impurity}, </if>
- <if test=" mineral != null">
- #{mineral}, </if>
- <if test=" badpart != null">
- #{badpart}, </if>
- <if test=" colorsmell != null">
- #{colorsmell}, </if>
- <if test=" keeperAdvices != null">
- #{keeperAdvices}, </if>
- <if test=" keeperAdvicesTime != null">
- #{keeperAdvicesTime}, </if>
- <if test=" chiefAdvices != null">
- #{chiefAdvices}, </if>
- <if test=" chiefAdvicesTime != null">
- #{chiefAdvicesTime}, </if>
- <if test=" viceManagerAdvices != null">
- #{viceManagerAdvices}, </if>
- <if test=" viceManagerAdvicesTime != null">
- #{viceManagerAdvicesTime}, </if>
- <if test=" managerAdvices != null">
- #{managerAdvices}, </if>
- <if test=" managerAdvicesTime != null">
- #{managerAdvicesTime}, </if>
- <if test=" improveResult != null">
- #{improveResult}, </if>
- <if test=" improveTime != null">
- #{improveTime}, </if>
- <if test=" isFirstchecklevelRight != null">
- #{isFirstchecklevelRight}, </if>
- <if test=" acceptUnite != null">
- #{acceptUnite}, </if>
- <if test=" kind != null">
- #{kind}, </if>
- <if test=" property != null">
- #{property}, </if>
- <if test=" inputTime != null">
- #{inputTime}, </if>
- <if test=" number != null">
- #{number}, </if>
- <if test=" location != null">
- #{location}, </if>
- <if test=" keeper != null">
- #{keeper}, </if>
- <if test=" harvestTime != null">
- #{harvestTime}, </if>
- <if test=" goodpart != null">
- #{goodpart}, </if>
- <if test=" chooser != null">
- #{chooser}, </if>
- <if test=" chooseTime != null and chooseTime != ''">
- #{chooseTime}, </if>
- <if test=" damageRatioSum != null">
- #{damageRatioSum}, </if>
- <if test=" boldfatIndex != null">
- #{boldfatIndex}, </if>
- <if test=" checkType != null">
- #{checkType}, </if>
- <if test=" hotDamage != null">
- #{hotDamage}, </if>
- <if test=" proteinSolutionRatio != null">
- #{proteinSolutionRatio}, </if>
- <if test=" qualityIndexResult != null">
- #{qualityIndexResult}, </if>
- <if test=" qualitySaveResult != null">
- #{qualitySaveResult}, </if>
- <if test=" badpartSum != null">
- #{badpartSum}, </if>
- <if test=" badpartMildewCount != null">
- #{badpartMildewCount}, </if>
- <if test=" eatScore != null">
- #{eatScore}, </if>
- <if test=" fatIndex != null">
- #{fatIndex}, </if>
- <if test=" huskedRation != null">
- #{huskedRation}, </if>
- <if test=" fullGoodRation != null">
- #{fullGoodRation}, </if>
- <if test=" mixRation != null">
- #{mixRation}, </if>
- <if test=" yellowPart != null">
- #{yellowPart}, </if>
- <if test=" outHuskedRation != null">
- #{outHuskedRation}, </if>
- <if test=" carSequence != null">
- #{carSequence}, </if>
- <if test=" bigSample != null">
- #{bigSample}, </if>
- <if test=" smallSample != null">
- #{smallSample}, </if>
- <if test=" pests != null">
- #{pests}, </if>
- <if test=" impurtySum != null">
- #{impurtySum}, </if>
- <if test=" bigImpurity != null">
- #{bigImpurity}, </if>
- <if test=" smallImpurity != null">
- #{smallImpurity}, </if>
- <if test=" colorRatio != null">
- #{colorRatio}, </if>
- <if test=" hardIndex != null">
- #{hardIndex}, </if>
- <if test=" viscosity != null">
- #{viscosity}, </if>
- <if test=" becheckedUnite != null">
- #{becheckedUnite}, </if>
- <if test=" samleName != null">
- #{samleName}, </if>
- <if test=" sampleCount != null">
- #{sampleCount}, </if>
- <if test=" packType != null">
- #{packType}, </if>
- <if test=" chooseLocation != null">
- #{chooseLocation}, </if>
- <if test=" glutenWaterCount != null">
- #{glutenWaterCount}, </if>
- <if test=" remarks != null">
- #{remarks}, </if>
- <if test=" writer != null">
- #{writer}, </if>
- <if test=" approver != null">
- #{approver}, </if>
- <if test=" checkResult != null">
- #{checkResult}, </if>
- <if test=" checkResultInfo != null">
- #{checkResultInfo}, </if>
- <if test=" cId != null">
- #{cId}, </if>
- <if test=" uId != null">
- #{uId}, </if>
- <if test=" cTime != null">
- #{cTime}, </if>
- <if test=" uTime != null">
- #{uTime}, </if>
- <if test=" version != null">
- #{version}, </if>
- <if test=" uuid != null">
- #{uuid}, </if>
- <if test=" impurityMineral != null">
- #{impurityMineral}, </if>
- <if test=" mildewCount != null">
- #{mildewCount}, </if>
- <if test=" abColorRatio != null">
- #{abColorRatio}, </if>
- <if test=" damageRatio != null">
- #{damageRatio}, </if>
- <if test=" hotDamageRatio != null">
- #{hotDamageRatio}, </if>
- <if test=" cleanRice != null">
- #{cleanRice}, </if>
- <if test=" huskedRiceWeight != null">
- #{huskedRiceWeight}, </if>
- <if test=" abTypeRice != null">
- #{abTypeRice}, </if>
- <if test=" budShellRice != null">
- #{budShellRice}, </if>
- <if test=" huskedBadpartWeight != null">
- #{huskedBadpartWeight}, </if>
- <if test=" capacityResult != null">
- #{capacityResult}, </if>
- <if test=" badpartMildewCountResult != null">
- #{badpartMildewCountResult}, </if>
- <if test=" impurityResult != null">
- #{impurityResult}, </if>
- <if test=" fatIndexResult != null">
- #{fatIndexResult}, </if>
- <if test=" waterResult != null">
- #{waterResult}, </if>
- <if test=" eatScoreResult != null">
- #{eatScoreResult}, </if>
- <if test=" aflatoxinB != null">
- #{aflatoxinB}, </if>
- <if test=" aflatoxinBResult != null">
- #{aflatoxinBResult}, </if>
- <if test=" phosphide != null">
- #{phosphide}, </if>
- <if test=" phosphideResult != null">
- #{phosphideResult}, </if>
- <if test=" checktypeResult != null">
- #{checktypeResult}, </if>
- <if test=" colorsmellResult != null">
- #{colorsmellResult}, </if>
- <if test=" badpartResult != null">
- #{badpartResult}, </if>
- <if test=" impurtySumResult != null">
- #{impurtySumResult}, </if>
- <if test=" mineralResult != null">
- #{mineralResult}, </if>
- <if test=" glutenWaterCountResult != null">
- #{glutenWaterCountResult}, </if>
- <if test=" viscosityResult != null">
- #{viscosityResult}, </if>
- <if test=" huskedRationResult != null">
- #{huskedRationResult}, </if>
- <if test=" fullGoodRationResult != null">
- #{fullGoodRationResult}, </if>
- <if test=" outHuskedRationResult != null">
- #{outHuskedRationResult}, </if>
- <if test=" yellowPartResult != null">
- #{yellowPartResult}, </if>
- <if test=" goodpartResult != null">
- #{goodpartResult}, </if>
- <if test=" hotDamageResult != null">
- #{hotDamageResult}, </if>
- <if test=" boldfatIndexResult != null">
- #{boldfatIndexResult}, </if>
- <if test=" proteinSolutionRatioResult != null">
- #{proteinSolutionRatioResult}, </if>
- <if test=" reviewer != null">
- #{reviewer}, </if>
- <if test=" applyCheckTime != null and applyCheckTime != ''">
- #{applyCheckTime}, </if>
- <if test=" checkTimeType != null">
- #{checkTimeType}, </if>
- <if test=" checkResultTime != null">
- #{checkResultTime}, </if>
- <if test="storeQuality !=null">
- #{storeQuality}, </if>
- <if test="isPest !=null">
- #{isPest}, </if>
- <if test="deductedConditions !=null">
- #{deductedConditions}, </if>
- <if test="inputDeductedInfo !=null">
- #{inputDeductedInfo}, </if>
- <if test="waterDeductedInfo !=null">
- #{waterDeductedInfo}, </if>
- <if test="impurityDeductedInfo !=null">
- #{impurityDeductedInfo}, </if>
- <if test="otherDeductedInfo !=null">
- #{otherDeductedInfo}, </if>
- <if test="deductedPic !=null">
- #{deductedPic}, </if>
- <if test="fileUuid !=null">
- #{fileUuid},
- </if>
- </trim>
- </insert>
- </mapper>
|