You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在使用json内部字段查询的时候报错
代码如下
.like(!Strings.isNullOrEmpty(nickName), "user_info->>'$.phone'", "%" + nickName + "%")
报错如下
Unable to locate Attribute with the the given name [user_info->>'$] on this ManagedType
mysql 查询json格式字段的支持吗?
The text was updated successfully, but these errors were encountered: