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