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