|
@@ -75,7 +75,7 @@ public class SysDict extends Model<SysDict> {
|
|
|
return this.id;
|
|
|
}
|
|
|
|
|
|
- public static final String[] TYPE_LIST=new String[]{"ClueSources","CustomLevel","CustomIndustry","CustomSources","BusinessStage","ProductType","ProductUnit","OrderType","ContractType","RemindType"};
|
|
|
+ public static final String[] TYPE_LIST=new String[]{"ClueSources","CustomLevel","CustomIndustry","CustomSources","ProductType","ProductUnit","OrderType","ContractType","RemindType"};
|
|
|
|
|
|
public static List<Map<String,Object>> getSysDictList(){
|
|
|
List<Map<String,Object>> itemList=new ArrayList<>();
|
|
@@ -91,8 +91,6 @@ public class SysDict extends Model<SysDict> {
|
|
|
break;
|
|
|
case "CustomSources":map.put("name","客户来源");
|
|
|
break;
|
|
|
- case "BusinessStage":map.put("name","商机阶段");
|
|
|
- break;
|
|
|
case "ProductType":map.put("name","产品类型");
|
|
|
break;
|
|
|
case "ProductUnit":map.put("name","产品单位");
|