select warehousingCheck_id, warehousingNotice_id, material_Code, material_name, specificationModel, machineType, unit, order_amt, qualified_amt, unqualified_amt, qualifiedRate, note, batchNumber, notcieTime, checkTime, isQualified, inspector, spell_1, spell_2, spell_3 from warehousing_check
insert into warehousing_check
warehousingCheck_id,
warehousingNotice_id,
material_Code,
material_name,
specificationModel,
machineType,
unit,
order_amt,
qualified_amt,
unqualified_amt,
qualifiedRate,
note,
batchNumber,
notcieTime,
checkTime,
isQualified,
inspector,
spell_1,
spell_2,
spell_3,
#{warehousingcheckId},
#{warehousingnoticeId},
#{materialCode},
#{materialName},
#{specificationModel},
#{machineType},
#{unit},
#{orderAmt},
#{qualifiedAmt},
#{unqualifiedAmt},
#{qualifiedRate},
#{note},
#{batchNumber},
#{notcieTime},
#{checkTime},
#{isQualified},
#{inspector},
#{spell1},
#{spell2},
#{spell3},
update warehousing_check
warehousingNotice_id = #{warehousingnoticeId},
material_Code = #{materialCode},
material_name = #{materialName},
specificationModel = #{specificationModel},
machineType = #{machineType},
unit = #{unit},
order_amt = #{orderAmt},
qualified_amt = #{qualifiedAmt},
unqualified_amt = #{unqualifiedAmt},
qualifiedRate = #{qualifiedRate},
note = #{note},
batchNumber = #{batchNumber},
notcieTime = #{notcieTime},
checkTime = #{checkTime},
isQualified = #{isQualified},
inspector = #{inspector},
spell_1 = #{spell1},
spell_2 = #{spell2},
spell_3 = #{spell3},
where warehousingNotice_id = #{warehousingnoticeId}
delete from warehousing_check where warehousingCheck_id = #{warehousingcheckId}
delete from warehousing_check where warehousingCheck_id in
#{warehousingcheckId}