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} || '%'