update mom_ocean.technique set state=0 where technology_id = #{id} update mom_ocean.technique set state=0 where technology_id in (${ids}) update mom_ocean.technique set state=0 where id in (${ids})