Getting error when the data saving

SQLSTATE[22018]: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Conversion failed when converting the nvarchar value ‘sr_item_id’ to data type int.

The SQL being executed was: SELECT * FROM [purchase_requisitions_items] WHERE [id]=‘sr_item_id’

I got this error when save the data

I migrate database phpmyadmin to MSSQL