| 
					
				 | 
			
			
				@@ -151,6 +151,7 @@ public class SysOrgExtendServiceImpl extends ServiceImpl<SysOrgExtendMapper, Sys 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (sysOrgExtend.getConstructionList() != null && sysOrgExtend.getConstructionList().size() > 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for (SysPhysicalDefenseConstruction s : 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     sysOrgExtend.getConstructionList()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                s.setId(null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //                if (s.getOrgId() == null) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     s.setOrgId(org.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     s.setCreateTime(DateUtils.getNowDate()); 
			 |