中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-12 bb5e59c8d33db35940a28dcde66ae6ae16a88558
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);