org.springframework.jdbc.UncategorizedSQLException:
### Error querying database. Cause: java.sql.SQLException: Cannot convert string '\xAC\xED\x00\x05sr...' from binary to utf8mb4
### The error may exist in com/eight/mapper/CareOrderMapper.java (best guess)
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: SELECT co_id,co_type,user_id,patient_id,patient_name,ch_id,all_amount,create_by,create_time,update_by,update_time FROM his_care_order WHERE (ch_id = ? AND co_type = ? AND patient_id = ?)
### Cause: java.sql.SQLException: Cannot convert string '\xAC\xED\x00\x05sr...' from binary to utf8mb4
; uncategorized SQLException; SQL state [HY000]; error code [3854]; Cannot convert string '\xAC\xED\x00\x05sr...' from binary to utf8mb4; nested exception is java.sql.SQLException: Cannot convert string '\xAC\xED\x00\x05sr...' from binary to utf8mb4
这个错误表明在
java.sql.SQLException: Cannot convert string ‘\xAC\xED\x00\x05sr...‘ from binary to utf8mb4
最新推荐文章于 2025-02-07 11:24:07 发布

最低0.47元/天 解锁文章
2649

被折叠的 条评论
为什么被折叠?



