东林
东林
D:\ffmpeg\bin>ffmpeg -re -i demo.flv -c copy -f flv rtmp://localhost:1935 服务器提示: 2019/10/30 14:13:40 rtmp.go:110: handleConn read msg err: decode amf0: unable to decode string value: EOF
演示地址打不开了
亲。修复一下吧
数据表有JSON字段类型时,保存数据,数据为空数组时,2.6版本会忽略此字段。但MYSQL中,JSON字段是必须赋值的。就造成很大困扰。
### Go version go 1.20.7 ### GoFrame version V 2.7.2 ### Can this bug be reproduced with the latest release? Option Yes ### What did you do? 代码为: `dao.User.Ctx(ctx).Update(do.User{registerAt:gtime.NewFromStr("1900-01-01 00:00:00")})`...