yangys
2024-05-11 522dafb06be3374f27d087c370bcf06027e0f1cc
smart-starter-datascope/src/main/java/com/qianwen/core/datascope/constant/DataScopeConstant.java
@@ -2,7 +2,6 @@
import com.qianwen.core.tool.utils.StringUtil;
/* loaded from: blade-starter-datascope-9.3.0.1-SNAPSHOT.jar:org/springblade/core/datascope/constant/DataScopeConstant.class */
public interface DataScopeConstant {
    public static final String DEFAULT_COLUMN = "create_dept";
    public static final String DATA_BY_DEPT = "select id from blade_dept where ancestors like concat(concat('%', ?),'%') and is_deleted = 0";