and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, fumigation_id, major_insect_pests, insect_density, occurrence_place, insect_product_time,
drug_name, drug_purity, use_drug_type, plann_drug_start_time, plann_drug_use_up_time,
plann_drug_count, seal_type, setting_concentration, concentration_check_type, bulk_gas_type,
drug_user_number, pesticide_operator, creater, create_time, update_time, state, approve_people,
approve_department, approve_note, approve_time, org_id, syryzzqk, syzzsh, jx, lddwyyl,
kjdwyyl, syff, fzsycs, delete_state, updatetime
delete from t_fumigation_pesticide
where id = #{id,jdbcType=VARCHAR}
delete from t_fumigation_pesticide
insert into t_fumigation_pesticide (id, fumigation_id, major_insect_pests,
insect_density, occurrence_place, insect_product_time,
drug_name, drug_purity, use_drug_type,
plann_drug_start_time, plann_drug_use_up_time,
plann_drug_count, seal_type, setting_concentration,
concentration_check_type, bulk_gas_type, drug_user_number,
pesticide_operator, creater, create_time,
update_time, state, approve_people,
approve_department, approve_note, approve_time,
org_id, syryzzqk, syzzsh,
jx, lddwyyl, kjdwyyl,
syff, fzsycs, delete_state,
updatetime)
values (#{id,jdbcType=VARCHAR}, #{fumigationId,jdbcType=VARCHAR}, #{majorInsectPests,jdbcType=INTEGER},
#{insectDensity,jdbcType=VARCHAR}, #{occurrencePlace,jdbcType=VARCHAR}, #{insectProductTime,jdbcType=TIMESTAMP},
#{drugName,jdbcType=INTEGER}, #{drugPurity,jdbcType=VARCHAR}, #{useDrugType,jdbcType=VARCHAR},
#{plannDrugStartTime,jdbcType=TIMESTAMP}, #{plannDrugUseUpTime,jdbcType=TIMESTAMP},
#{plannDrugCount,jdbcType=VARCHAR}, #{sealType,jdbcType=VARCHAR}, #{settingConcentration,jdbcType=VARCHAR},
#{concentrationCheckType,jdbcType=VARCHAR}, #{bulkGasType,jdbcType=VARCHAR}, #{drugUserNumber,jdbcType=INTEGER},
#{pesticideOperator,jdbcType=VARCHAR}, #{creater,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP}, #{state,jdbcType=INTEGER}, #{approvePeople,jdbcType=VARCHAR},
#{approveDepartment,jdbcType=VARCHAR}, #{approveNote,jdbcType=VARCHAR}, #{approveTime,jdbcType=TIMESTAMP},
#{orgId,jdbcType=VARCHAR}, #{syryzzqk,jdbcType=VARCHAR}, #{syzzsh,jdbcType=VARCHAR},
#{jx,jdbcType=VARCHAR}, #{lddwyyl,jdbcType=DECIMAL}, #{kjdwyyl,jdbcType=DECIMAL},
#{syff,jdbcType=VARCHAR}, #{fzsycs,jdbcType=VARCHAR}, #{deleteState,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP})
insert into t_fumigation_pesticide
id,
fumigation_id,
major_insect_pests,
insect_density,
occurrence_place,
insect_product_time,
drug_name,
drug_purity,
use_drug_type,
plann_drug_start_time,
plann_drug_use_up_time,
plann_drug_count,
seal_type,
setting_concentration,
concentration_check_type,
bulk_gas_type,
drug_user_number,
pesticide_operator,
creater,
create_time,
update_time,
state,
approve_people,
approve_department,
approve_note,
approve_time,
org_id,
syryzzqk,
syzzsh,
jx,
lddwyyl,
kjdwyyl,
syff,
fzsycs,
delete_state,
updatetime,
#{id,jdbcType=VARCHAR},
#{fumigationId,jdbcType=VARCHAR},
#{majorInsectPests,jdbcType=INTEGER},
#{insectDensity,jdbcType=VARCHAR},
#{occurrencePlace,jdbcType=VARCHAR},
#{insectProductTime,jdbcType=TIMESTAMP},
#{drugName,jdbcType=INTEGER},
#{drugPurity,jdbcType=VARCHAR},
#{useDrugType,jdbcType=VARCHAR},
#{plannDrugStartTime,jdbcType=TIMESTAMP},
#{plannDrugUseUpTime,jdbcType=TIMESTAMP},
#{plannDrugCount,jdbcType=VARCHAR},
#{sealType,jdbcType=VARCHAR},
#{settingConcentration,jdbcType=VARCHAR},
#{concentrationCheckType,jdbcType=VARCHAR},
#{bulkGasType,jdbcType=VARCHAR},
#{drugUserNumber,jdbcType=INTEGER},
#{pesticideOperator,jdbcType=VARCHAR},
#{creater,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
#{state,jdbcType=INTEGER},
#{approvePeople,jdbcType=VARCHAR},
#{approveDepartment,jdbcType=VARCHAR},
#{approveNote,jdbcType=VARCHAR},
#{approveTime,jdbcType=TIMESTAMP},
#{orgId,jdbcType=VARCHAR},
#{syryzzqk,jdbcType=VARCHAR},
#{syzzsh,jdbcType=VARCHAR},
#{jx,jdbcType=VARCHAR},
#{lddwyyl,jdbcType=DECIMAL},
#{kjdwyyl,jdbcType=DECIMAL},
#{syff,jdbcType=VARCHAR},
#{fzsycs,jdbcType=VARCHAR},
#{deleteState,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP},
update t_fumigation_pesticide
id = #{record.id,jdbcType=VARCHAR},
fumigation_id = #{record.fumigationId,jdbcType=VARCHAR},
major_insect_pests = #{record.majorInsectPests,jdbcType=INTEGER},
insect_density = #{record.insectDensity,jdbcType=VARCHAR},
occurrence_place = #{record.occurrencePlace,jdbcType=VARCHAR},
insect_product_time = #{record.insectProductTime,jdbcType=TIMESTAMP},
drug_name = #{record.drugName,jdbcType=INTEGER},
drug_purity = #{record.drugPurity,jdbcType=VARCHAR},
use_drug_type = #{record.useDrugType,jdbcType=VARCHAR},
plann_drug_start_time = #{record.plannDrugStartTime,jdbcType=TIMESTAMP},
plann_drug_use_up_time = #{record.plannDrugUseUpTime,jdbcType=TIMESTAMP},
plann_drug_count = #{record.plannDrugCount,jdbcType=VARCHAR},
seal_type = #{record.sealType,jdbcType=VARCHAR},
setting_concentration = #{record.settingConcentration,jdbcType=VARCHAR},
concentration_check_type = #{record.concentrationCheckType,jdbcType=VARCHAR},
bulk_gas_type = #{record.bulkGasType,jdbcType=VARCHAR},
drug_user_number = #{record.drugUserNumber,jdbcType=INTEGER},
pesticide_operator = #{record.pesticideOperator,jdbcType=VARCHAR},
creater = #{record.creater,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
state = #{record.state,jdbcType=INTEGER},
approve_people = #{record.approvePeople,jdbcType=VARCHAR},
approve_department = #{record.approveDepartment,jdbcType=VARCHAR},
approve_note = #{record.approveNote,jdbcType=VARCHAR},
approve_time = #{record.approveTime,jdbcType=TIMESTAMP},
org_id = #{record.orgId,jdbcType=VARCHAR},
syryzzqk = #{record.syryzzqk,jdbcType=VARCHAR},
syzzsh = #{record.syzzsh,jdbcType=VARCHAR},
jx = #{record.jx,jdbcType=VARCHAR},
lddwyyl = #{record.lddwyyl,jdbcType=DECIMAL},
kjdwyyl = #{record.kjdwyyl,jdbcType=DECIMAL},
syff = #{record.syff,jdbcType=VARCHAR},
fzsycs = #{record.fzsycs,jdbcType=VARCHAR},
delete_state = #{record.deleteState,jdbcType=VARCHAR},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
update t_fumigation_pesticide
set id = #{record.id,jdbcType=VARCHAR},
fumigation_id = #{record.fumigationId,jdbcType=VARCHAR},
major_insect_pests = #{record.majorInsectPests,jdbcType=INTEGER},
insect_density = #{record.insectDensity,jdbcType=VARCHAR},
occurrence_place = #{record.occurrencePlace,jdbcType=VARCHAR},
insect_product_time = #{record.insectProductTime,jdbcType=TIMESTAMP},
drug_name = #{record.drugName,jdbcType=INTEGER},
drug_purity = #{record.drugPurity,jdbcType=VARCHAR},
use_drug_type = #{record.useDrugType,jdbcType=VARCHAR},
plann_drug_start_time = #{record.plannDrugStartTime,jdbcType=TIMESTAMP},
plann_drug_use_up_time = #{record.plannDrugUseUpTime,jdbcType=TIMESTAMP},
plann_drug_count = #{record.plannDrugCount,jdbcType=VARCHAR},
seal_type = #{record.sealType,jdbcType=VARCHAR},
setting_concentration = #{record.settingConcentration,jdbcType=VARCHAR},
concentration_check_type = #{record.concentrationCheckType,jdbcType=VARCHAR},
bulk_gas_type = #{record.bulkGasType,jdbcType=VARCHAR},
drug_user_number = #{record.drugUserNumber,jdbcType=INTEGER},
pesticide_operator = #{record.pesticideOperator,jdbcType=VARCHAR},
creater = #{record.creater,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
state = #{record.state,jdbcType=INTEGER},
approve_people = #{record.approvePeople,jdbcType=VARCHAR},
approve_department = #{record.approveDepartment,jdbcType=VARCHAR},
approve_note = #{record.approveNote,jdbcType=VARCHAR},
approve_time = #{record.approveTime,jdbcType=TIMESTAMP},
org_id = #{record.orgId,jdbcType=VARCHAR},
syryzzqk = #{record.syryzzqk,jdbcType=VARCHAR},
syzzsh = #{record.syzzsh,jdbcType=VARCHAR},
jx = #{record.jx,jdbcType=VARCHAR},
lddwyyl = #{record.lddwyyl,jdbcType=DECIMAL},
kjdwyyl = #{record.kjdwyyl,jdbcType=DECIMAL},
syff = #{record.syff,jdbcType=VARCHAR},
fzsycs = #{record.fzsycs,jdbcType=VARCHAR},
delete_state = #{record.deleteState,jdbcType=VARCHAR},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP}
update t_fumigation_pesticide
fumigation_id = #{fumigationId,jdbcType=VARCHAR},
major_insect_pests = #{majorInsectPests,jdbcType=INTEGER},
insect_density = #{insectDensity,jdbcType=VARCHAR},
occurrence_place = #{occurrencePlace,jdbcType=VARCHAR},
insect_product_time = #{insectProductTime,jdbcType=TIMESTAMP},
drug_name = #{drugName,jdbcType=INTEGER},
drug_purity = #{drugPurity,jdbcType=VARCHAR},
use_drug_type = #{useDrugType,jdbcType=VARCHAR},
plann_drug_start_time = #{plannDrugStartTime,jdbcType=TIMESTAMP},
plann_drug_use_up_time = #{plannDrugUseUpTime,jdbcType=TIMESTAMP},
plann_drug_count = #{plannDrugCount,jdbcType=VARCHAR},
seal_type = #{sealType,jdbcType=VARCHAR},
setting_concentration = #{settingConcentration,jdbcType=VARCHAR},
concentration_check_type = #{concentrationCheckType,jdbcType=VARCHAR},
bulk_gas_type = #{bulkGasType,jdbcType=VARCHAR},
drug_user_number = #{drugUserNumber,jdbcType=INTEGER},
pesticide_operator = #{pesticideOperator,jdbcType=VARCHAR},
creater = #{creater,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
state = #{state,jdbcType=INTEGER},
approve_people = #{approvePeople,jdbcType=VARCHAR},
approve_department = #{approveDepartment,jdbcType=VARCHAR},
approve_note = #{approveNote,jdbcType=VARCHAR},
approve_time = #{approveTime,jdbcType=TIMESTAMP},
org_id = #{orgId,jdbcType=VARCHAR},
syryzzqk = #{syryzzqk,jdbcType=VARCHAR},
syzzsh = #{syzzsh,jdbcType=VARCHAR},
jx = #{jx,jdbcType=VARCHAR},
lddwyyl = #{lddwyyl,jdbcType=DECIMAL},
kjdwyyl = #{kjdwyyl,jdbcType=DECIMAL},
syff = #{syff,jdbcType=VARCHAR},
fzsycs = #{fzsycs,jdbcType=VARCHAR},
delete_state = #{deleteState,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=VARCHAR}
update t_fumigation_pesticide
set fumigation_id = #{fumigationId,jdbcType=VARCHAR},
major_insect_pests = #{majorInsectPests,jdbcType=INTEGER},
insect_density = #{insectDensity,jdbcType=VARCHAR},
occurrence_place = #{occurrencePlace,jdbcType=VARCHAR},
insect_product_time = #{insectProductTime,jdbcType=TIMESTAMP},
drug_name = #{drugName,jdbcType=INTEGER},
drug_purity = #{drugPurity,jdbcType=VARCHAR},
use_drug_type = #{useDrugType,jdbcType=VARCHAR},
plann_drug_start_time = #{plannDrugStartTime,jdbcType=TIMESTAMP},
plann_drug_use_up_time = #{plannDrugUseUpTime,jdbcType=TIMESTAMP},
plann_drug_count = #{plannDrugCount,jdbcType=VARCHAR},
seal_type = #{sealType,jdbcType=VARCHAR},
setting_concentration = #{settingConcentration,jdbcType=VARCHAR},
concentration_check_type = #{concentrationCheckType,jdbcType=VARCHAR},
bulk_gas_type = #{bulkGasType,jdbcType=VARCHAR},
drug_user_number = #{drugUserNumber,jdbcType=INTEGER},
pesticide_operator = #{pesticideOperator,jdbcType=VARCHAR},
creater = #{creater,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
state = #{state,jdbcType=INTEGER},
approve_people = #{approvePeople,jdbcType=VARCHAR},
approve_department = #{approveDepartment,jdbcType=VARCHAR},
approve_note = #{approveNote,jdbcType=VARCHAR},
approve_time = #{approveTime,jdbcType=TIMESTAMP},
org_id = #{orgId,jdbcType=VARCHAR},
syryzzqk = #{syryzzqk,jdbcType=VARCHAR},
syzzsh = #{syzzsh,jdbcType=VARCHAR},
jx = #{jx,jdbcType=VARCHAR},
lddwyyl = #{lddwyyl,jdbcType=DECIMAL},
kjdwyyl = #{kjdwyyl,jdbcType=DECIMAL},
syff = #{syff,jdbcType=VARCHAR},
fzsycs = #{fzsycs,jdbcType=VARCHAR},
delete_state = #{deleteState,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=VARCHAR}