소스 검색

重点工程

hanfucheng 1 년 전
부모
커밋
68c814db07
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/sooka/sponest/data/generalbusiness/service/impl/CenterdataTKeyProjectsServiceImpl.java

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