update mom_ocean.technique_model
set state=0
where technical_model_id = #{id}
update mom_ocean.technique_model
set state=0
where technical_model_id in (${id})
update mom_ocean.technique_model
set state=0
where id in (${ids})
update mom_ocean.technique_model
set state=0
where tech_tem_id = #{id}
update mom_ocean.technique_model
set state=0
where tech_tem_id in (${ids})