xuhy
7 天以前 cd375d06f6c56a2768f853fd36699a50f9091cd0
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();
    }