id ,
uuid ,
jcTime,
smj,
cdb,
hlm,
mtTime,
sml,
zjml,
hyl,
otms,
mbl,
rxsl,
bz ,
`classes` ,
htype ,
house_id
INSERT INTO daily_record_lsjiagong
id,
uuid,
jcTime,
smj,
cdb,
hlm,
mtTime,
sml,
zjml,
hyl,
otms,
mbl,
rxsl,
bz,
classes,
htype,
house_id
#{id},
#{uuid},
#{jcTime},
#{smj},
#{cdb},
#{hlm},
#{mtTime},
#{sml},
#{zjml},
#{hyl},
#{otms},
#{mbl},
#{rxsl},
#{bz},
#{classes},
#{htype},
#{houseId}
UPDATE daily_record_lsjiagong
id= #{id} ,
uuid= #{uuid} ,
jcTime=#{jcTime},
smj=#{smj},
cdb=#{cdb},
hlm =#{hlm},
mtTime=#{mtTime},
sml=#{sml},
zjml=#{zjml},
hyl=#{hyl},
otms=#{otms},
mbl=#{mbl},
rxsl=#{rxsl},
bz=#{bz},
classes = #{classes},
htype= #{htype} ,
house_id= #{houseId}
WHERE id = #{id}
UPDATE daily_record_supercheck
uuid= #{uuid} ,
classes = #{classes},
checker= #{checker} ,
check_time= #{checkTime} ,
check_desc= #{checkDesc} ,
problems= #{problems} ,
advices= #{advices} ,
remarks= #{remarks} ,
capacity= #{capacity} ,
wheat= #{wheat} ,
rice= #{rice} ,
corn= #{corn} ,
bean= #{bean} ,
improver_plan= #{improverPlan} ,
improver_start_plan= #{improverStartPlan} ,
improver_end_plan= #{improverEndPlan} ,
improver= #{improver} ,
improve_start_time= #{improveStartTime} ,
improve_end_time= #{improveEndTime} ,
improve_works= #{improveWorks} ,
improve_result= #{improveResult} ,
houseId= #{houseId} ,
audit= #{audit} ,
checker_pic= #{checkerPic} ,
c_id= #{cId} ,
c_time= #{cTime} ,
u_id= #{uId} ,
u_time= #{uTime} ,
version= #{version} ,
pic= #{pic},
pics= #{pics},
other_type = #{otherType},
other_house = #{otherHouse}
problem_radio = #{problemRadio}
WHERE uuid = #{uuid}
DELETE FROM daily_record_lsjiagong WHERE id = #{id}
DELETE FROM daily_record_supercheck WHERE id IN
#{item}
DELETE FROM daily_record_lsjiagong
WHERE house_id = #{houseId}
AND jcTime #{cTime}