| 
					
				 | 
			
			
				@@ -5,6 +5,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <id     column="dept_id"              jdbcType="INTEGER" property="stationId" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <id     column="parent_id"            jdbcType="INTEGER" property="groupId" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <result column="dept_name"            jdbcType="VARCHAR" property="stationName" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <result column="city"                 jdbcType="VARCHAR" property="city" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <result column="dept_address"         jdbcType="VARCHAR" property="stationAddress" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <result column="oil_gun_num"          jdbcType="INTEGER" property="oilGunNum" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <result column="leader"               jdbcType="VARCHAR" property="contacts" /> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -109,6 +110,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           T1.dept_id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           T1.parent_id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           T1.dept_name, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          T1.city, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           T1.dept_address, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           T1.station_longitude, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           T1.station_latitude, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -128,6 +130,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         T1.parent_id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         T1.dept_name, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         T1.dept_address, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        T1.city, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         T1.oil_gun_num, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         T1.leader, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         T1.station_longitude, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -237,7 +240,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       WARNING - @mbg.generated 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       This element is automatically generated by MyBatis Generator, do not modify. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    dept_id, parent_id, dept_name, dept_address, oil_gun_num, leader, phone, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    dept_id, parent_id, dept_name, dept_address, city, oil_gun_num, leader, phone, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     station_longitude, station_latitude, mno 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </sql> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <sql id="Blob_Column_List"> 
			 |