xuhy
2025-07-03 380870fb248f5690baa134a7d2b0b883a8aae025
ruoyi-common/src/main/java/com/ruoyi/common/core/controller/BaseController.java
@@ -190,7 +190,7 @@
    /**
     * 获取登录部门id
     */
    public Long getDeptId()
    public String getDeptId()
    {
        return getLoginUser().getDeptId();
    }