|
@@ -145,6 +145,7 @@ public class CenterdataTKeyProjectsServiceImpl extends BaseServiceImpl implement
|
|
|
for (CenterdataTKeyProjects projects : centerdataTKeyProjects){
|
|
|
projects.setMessage(JSON.toJSONString(projects));
|
|
|
if (project.contains(projects.getProjectId())){
|
|
|
+ //需求要求建设地点为空不修改
|
|
|
boolean matches = projects.getConstructionSite().matches(".*\\s{2,}.*");
|
|
|
if (matches){
|
|
|
projects.setConstructionSite(null);
|