top-think / think-orm

Think ORM——the PHP Database&ORM Framework
Apache License 2.0
413 stars 171 forks source link

模型查询结果JSON输出异常:Malformed UTF-8 characters, possibly incorrectly encoded #621

Closed yinxu46 closed 2 weeks ago

yinxu46 commented 2 weeks ago

模型查询结果JSON输出异常:Malformed UTF-8 characters, possibly incorrectly encoded

数据库存储为:string(12) "微信联系" 模型查询结果:string(12) "微****��系"

查询结果返回异常:string(12) "微****��系"

liu21st commented 2 weeks ago

看下你生成的sql语句有没有问题 用sql语句直接去数据库执行下结果比较下

yinxu46 commented 2 weeks ago

搞错了,attr 处理的时候出的问题。

big-dream commented 2 weeks ago

搞错了,attr 处理的时候出的问题。

是更新后才出现的嘛,还是没更新就这样