天天看點

PostgreSQL - ERROR: could not determine data type of parameter $1

SQL

LIKE CONCAT('%', #{apiPageBo.apiName}, '%')      

報錯

ERROR: could not determine data type of parameter $7

分析

解決

LIKE CONCAT('%', #{apiPageBo.apiName}::text, '%')