postgre报错
2020-02-27 本文已影响0人
momdiemg
bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $1
模糊查询时不要使用CONCAT
and name like '%' || #{name} || '%'
bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $1
模糊查询时不要使用CONCAT
and name like '%' || #{name} || '%'