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