删除标注为过时的方法
This commit is contained in:
@@ -380,11 +380,6 @@ public class BaseController {
|
||||
List<FunctionServiceDict> serviceList = DictUtils.getFunctionServiceDictList(cfg.getFunctionId());
|
||||
model.addAttribute("serviceList", serviceList);
|
||||
}
|
||||
@Deprecated
|
||||
protected void setSaveOrUpdateProps(Model model,BaseCfg cfg,String areaCfgIds) throws Exception{
|
||||
}
|
||||
|
||||
|
||||
public List<AreaBean> getAreaIsps(String areaEffectiveIds,List<AreaBean> areaIspList,List<SysDictInfo> isps,List<SysDictInfo> areas) {
|
||||
Map<String, SysDictInfo> areaMap=new HashMap<String, SysDictInfo>();
|
||||
for (SysDictInfo areaDict : areas) {
|
||||
|
||||
Reference in New Issue
Block a user