| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -48,10 +48,18 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        SET TOTAL_UNIT_NUM = #{totalUnitNum}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            TOTAL_FLOOR_NUM = #{totalFloorNum}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            TOTAL_HOUSE_NUM = #{totalHouseNum}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            BUILDING_LEADER_NAME = #{buildingLeaderName}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            BUILDING_LEADER_MOBILE = #{buildingLeaderMobile}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            SORT = #{sort}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            TYPE = #{type}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            <if test="buildingLeaderName != null and buildingLeaderName != '' "> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                BUILDING_LEADER_NAME = #{buildingLeaderName}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            <if test="buildingLeaderMobile != null and buildingLeaderMobile != '' "> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                BUILDING_LEADER_MOBILE = #{buildingLeaderMobile}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            <if test="sort != null"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                SORT = #{sort}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            <if test="type != null and type != ''"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                TYPE = #{type}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            UPDATED_TIME = NOW() | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        WHERE ID = #{buildingId} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </update> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |