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