Commit 34b5c84e authored by 赵啸非's avatar 赵啸非

添加已经部署脚本

parent 4315e870
...@@ -194,9 +194,9 @@ public class SiteEntity extends SiteVo { ...@@ -194,9 +194,9 @@ public class SiteEntity extends SiteVo {
this.districtCode = ""; this.districtCode = "";
this.siteIp = ""; this.siteIp = "127.0.0.1";
this.sitePort = ""; this.sitePort = "9980";
this.longitude = ""; this.longitude = "";
......
...@@ -147,7 +147,7 @@ public class SiteServiceImpl extends AbstractCRUDCacheServiceImpl<SiteDao, SiteE ...@@ -147,7 +147,7 @@ public class SiteServiceImpl extends AbstractCRUDCacheServiceImpl<SiteDao, SiteE
refresh = true; refresh = true;
} }
if (!oldSite.getEnglishName().equals(entity.getEnglishName())) { if (!ObjectUtils.isEmpty(oldSite.getEnglishName())&&!oldSite.getEnglishName().equals(entity.getEnglishName())) {
refresh = true; refresh = true;
} }
......
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