postgresql org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $9
这个错误是在配置url时加上了stringtype=unspecified所导致的,加上这个可以将json类型转化为字符串类型存储在数据库。但是在模糊查询SELECT*FROMtable1WHEREcoulums1LIKECONCAT('%',#{arg},'%')时会报参数类型不明确的异常可以加一个强制类型转换SELECT*FROMtable1WHEREcoulums1LIKECONCAT('%