中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-12 6f96a5cd39c0d3d2d96375a73718609046c2f92c
src/main/java/com/zy/crm/common/web/BaseController.java
@@ -83,6 +83,11 @@
        }
        return user;
    }
    protected Long getDeptId() {
        return getUser().getDeptId();
    }
    protected String getComment(Class<?> cls, String fieldName){
        Field[] fields = Cools.getAllFields(cls);
        for (Field field : fields){