| 
					
				 | 
			
			
				@@ -20,13 +20,14 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <result column="notice"                           jdbcType="VARCHAR"       property="notice" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <result column="integral_flag"                    jdbcType="VARCHAR"       property="integralFlag" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <result column="integral_print_flag"              jdbcType="VARCHAR"       property="integralPrintFlag" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <result column="print_device_type"                jdbcType="VARCHAR"       property="printDeviceType" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </resultMap> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <sql id="Base_Column_List"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     pay_id, pay_mode, station_id, station_name, image_photos_flag,activity_pic, card_enabled_flag, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     preferential_way_share_flag, other_preferential_way, pay_print_num, pay_callback_page, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    ws_print_flag, print_setting, discount_setting, is_no_oil, notice, integral_flag, integral_print_flag 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    ws_print_flag, print_setting, discount_setting, is_no_oil, notice, integral_flag, integral_print_flag, print_device_type 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </sql> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!--查询油站配置信息--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <select id="selectStationPayManage" parameterType="com.platform.yijia.pojo.StationPayManage" resultMap="BaseResultMap"> 
			 |