$c->model('PVDB::Product')->search( { id => { in => \@ids }, price => { '<>' => $price }, }, )->update( { price => $price } );