feat: 数据集行权限增加“开始以”“结束以”的条件

This commit is contained in:
junjun
2026-05-12 10:18:52 +08:00
committed by Junjun
parent 11ef3e8aa3
commit bd404af7a6

View File

@@ -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 ";