its possibly because you are trying to select record form a table(LogisticsPostalAddress ) which has TimeStamp, but you are not specifying that timestamp period while writing select statement. So, system does not knows which records to select and ultimately no update. you may specify a period in your select statement as below validTimeState(_validFrom, _validTo)
↧