hanfucheng 1 éve
szülő
commit
68c814db07

+ 1 - 0
src/main/java/com/sooka/sponest/data/generalbusiness/service/impl/CenterdataTKeyProjectsServiceImpl.java

@@ -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);