src/main/java/com/zy/crm/manager/entity/ProcessPermissions.java
@@ -126,17 +126,19 @@ if (null == this.processMemo){ return null; } switch (this.processMemo){ case 1: return "核价流程"; return "规划流程"; case 2: return "报价流程"; case 3: return "报销流程"; case 4: return "出差流程"; return "集成核价流程"; case 5: return "核价流程"; return "货架核价流程"; case 7: return "合同管理"; case 101: return "其它规划员"; default: return String.valueOf(this.processMemo); }