Commit 8a47300d authored by 赵啸非's avatar 赵啸非

添加服务检测拉起脚本

parent 6f9345dd
......@@ -113,8 +113,12 @@ public class SiteServiceImpl extends AbstractCRUDCacheServiceImpl<SiteDao, SiteE
//更新关联站点名称
updateAssociateSiteName(oldSite, entity, context);
refresh = true;
}
if(!oldSite.getEnglishName().equals(entity.getEnglishName())){
refresh = true;
}
super.updateBefore(entity, context);
}
......@@ -194,8 +198,6 @@ public class SiteServiceImpl extends AbstractCRUDCacheServiceImpl<SiteDao, SiteE
}
@Override
public List<SiteTreeSelect> siteTree(Context context) {
Map<String, AreaEntity> areaMap = new HashMap<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment