yaowanxin
2025-08-11 8238b458d6a3bec147fd4b639ed0427de7cf8be4
src/main/java/com/ruoyi/common/handler/CustomTenantLineHandler.java
@@ -19,7 +19,7 @@
    @Override
    public Expression getTenantId() {
        try {
            Integer tenantId = SecurityUtils.getLoginUser().getTenantId();
            Long tenantId = SecurityUtils.getLoginUser().getTenantId();
            return new LongValue(tenantId);
        } catch (Exception e) {
            return null;