src/main/java/com/zy/crm/manager/entity/Plan.java
@@ -401,26 +401,6 @@ } } public Integer getStepOfSettle(){ if (null == this.settle){ return null; } switch (this.settle){ case 1: return 1; case 2: case 3: return 2; case 4: case 5: return 3; case 6: return 4; case 7: return 4; default: return 0; } } public String getSettle$(){ if (null == this.settle){ return null; } switch (this.settle){