mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 12:22:10 +08:00
feat: 数据集行权限增加“开始以”“结束以”的条件
This commit is contained in:
@@ -210,6 +210,8 @@ public class Utils {
|
|||||||
case "not in":
|
case "not in":
|
||||||
return " NOT IN ";
|
return " NOT IN ";
|
||||||
case "like":
|
case "like":
|
||||||
|
case "start_with":
|
||||||
|
case "end_with":
|
||||||
return " LIKE ";
|
return " LIKE ";
|
||||||
case "not like":
|
case "not like":
|
||||||
return " NOT LIKE ";
|
return " NOT LIKE ";
|
||||||
|
|||||||
Reference in New Issue
Block a user