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
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
JSONPath.read("{\"table\":\"_order_base\"}", "[table LIKE 'order_base%']");
table字段前面有_,LIKE表达式值前面没有_,期望结果不匹配,实际匹配。
看源码觉得JSONPath 1079行逻辑有问题。
The text was updated successfully, but these errors were encountered: