select * from table_test t where t.id=e18bdc3d29ab49cd946b9aa4288d73d3
请把字符串用单引号 括起来
select * from table_test t where t.id='e18bdc3d29ab49cd946b9aa4288d73d3'
如果是ibatis的框架请注意$与#的区别
比如xml 里面是${id},改为#{id}
select * from table_test t where t.id=e18bdc3d29ab49cd946b9aa4288d73d3
请把字符串用单引号 括起来
select * from table_test t where t.id='e18bdc3d29ab49cd946b9aa4288d73d3'
如果是ibatis的框架请注意$与#的区别
比如xml 里面是${id},改为#{id}