Database

[{expireIn:ISODate("2022-04-14T07:07:47.544Z"),phone:"123434574"},{expireIn:ISODate("2022-04-11T07:07:47.544Z"),phone:"123434574"},{expireIn:ISODate("2022-04-14T07:07:47.544Z"),phone:"123434572"}]

Query

db.collection.update({phone:"123434574"},[{$set:{"expireIn":{$dateAdd:{startDate:"$expireIn",unit:"day",amount:2}}}}],{multi:true})

Result