probelm
I used a like
and reported an error
Could not set parameters for mapping: ParameterMapping{property=
command:
@Select("SELECT **** where shopName like'%#{shopName}%' ")
Solution
Change like'%#{shopName}%'
to '%${shopName}%'
and it will be normal.