|  | @@ -1,56 +1,4 @@
 | 
	
		
			
				|  |  |  <?xml version="1.0" encoding="UTF-8" ?>
 | 
	
		
			
				|  |  |  <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
 | 
	
		
			
				|  |  |  <mapper namespace="com.zanxiang.mybatis.mapper.OrderCompleteMapper">
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -  <resultMap id="BaseResultMap" type="com.zanxiang.mybatis.entity.OrderComplete">
 | 
	
		
			
				|  |  | -    <id column="order_id" jdbcType="BIGINT" property="orderId"/>
 | 
	
		
			
				|  |  | -    <result column="game_id" jdbcType="BIGINT" property="gameId"/>
 | 
	
		
			
				|  |  | -    <result column="is_delete" jdbcType="TINYINT" property="isDelete"/>
 | 
	
		
			
				|  |  | -    <result column="order_date" jdbcType="DATE" property="orderDate"/>
 | 
	
		
			
				|  |  | -    <result column="cp_order_id" jdbcType="VARCHAR" property="cpOrderId"/>
 | 
	
		
			
				|  |  | -    <result column="merchant_order_no" jdbcType="VARCHAR" property="merchantOrderNo"/>
 | 
	
		
			
				|  |  | -    <result column="user_id" jdbcType="BIGINT" property="userId"/>
 | 
	
		
			
				|  |  | -    <result column="user_account" jdbcType="VARCHAR" property="userAccount"/>
 | 
	
		
			
				|  |  | -    <result column="user_register_time" jdbcType="TIMESTAMP" property="userRegisterTime"/>
 | 
	
		
			
				|  |  | -    <result column="user_register_game" jdbcType="VARCHAR" property="userRegisterGame"/>
 | 
	
		
			
				|  |  | -    <result column="user_register_game_ classify" jdbcType="BIGINT" property="userRegisterGame classify"/>
 | 
	
		
			
				|  |  | -    <result column="user_register_channel" jdbcType="VARCHAR" property="userRegisterChannel"/>
 | 
	
		
			
				|  |  | -    <result column="cp_id" jdbcType="BIGINT" property="cpId"/>
 | 
	
		
			
				|  |  | -    <result column="agent_id" jdbcType="VARCHAR" property="agentId"/>
 | 
	
		
			
				|  |  | -    <result column="agent_account" jdbcType="VARCHAR" property="agentAccount"/>
 | 
	
		
			
				|  |  | -    <result column="agent_media" jdbcType="VARCHAR" property="agentMedia"/>
 | 
	
		
			
				|  |  | -    <result column="agent_advert" jdbcType="VARCHAR" property="agentAdvert"/>
 | 
	
		
			
				|  |  | -    <result column="product_name" jdbcType="VARCHAR" property="productName"/>
 | 
	
		
			
				|  |  | -    <result column="order_amount" jdbcType="DECIMAL" property="orderAmount"/>
 | 
	
		
			
				|  |  | -    <result column="real_amount" jdbcType="DECIMAL" property="realAmount"/>
 | 
	
		
			
				|  |  | -    <result column="pay_way" jdbcType="VARCHAR" property="payWay"/>
 | 
	
		
			
				|  |  | -    <result column="pay_device" jdbcType="VARCHAR" property="payDevice"/>
 | 
	
		
			
				|  |  | -    <result column="merchant_no" jdbcType="VARCHAR" property="merchantNo"/>
 | 
	
		
			
				|  |  | -    <result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/>
 | 
	
		
			
				|  |  | -    <result column="game_regional" jdbcType="VARCHAR" property="gameRegional"/>
 | 
	
		
			
				|  |  | -    <result column="game_role" jdbcType="VARCHAR" property="gameRole"/>
 | 
	
		
			
				|  |  | -    <result column="game_level" jdbcType="VARCHAR" property="gameLevel"/>
 | 
	
		
			
				|  |  | -    <result column="game_vip" jdbcType="VARCHAR" property="gameVip"/>
 | 
	
		
			
				|  |  | -    <result column="from_device" jdbcType="VARCHAR" property="fromDevice"/>
 | 
	
		
			
				|  |  | -    <result column="is_switch" jdbcType="TINYINT" property="isSwitch"/>
 | 
	
		
			
				|  |  | -    <result column="pay_time" jdbcType="TIMESTAMP" property="payTime"/>
 | 
	
		
			
				|  |  | -    <result column="end_time" jdbcType="VARCHAR" property="endTime"/>
 | 
	
		
			
				|  |  | -    <result column="last_cp_notify_time" jdbcType="TIMESTAMP" property="lastCpNotifyTime"/>
 | 
	
		
			
				|  |  | -    <result column="status" jdbcType="TINYINT" property="status"/>
 | 
	
		
			
				|  |  | -    <result column="cp_status" jdbcType="TINYINT" property="cpStatus"/>
 | 
	
		
			
				|  |  | -    <result column="is_first_recharge" jdbcType="TINYINT" property="isFirstRecharge"/>
 | 
	
		
			
				|  |  | -    <result column="advert_notify_status" jdbcType="TINYINT" property="advertNotifyStatus"/>
 | 
	
		
			
				|  |  | -    <result column="advert_notify_type" jdbcType="TINYINT" property="advertNotifyType"/>
 | 
	
		
			
				|  |  | -    <result column="channel" jdbcType="BIGINT" property="channel"/>
 | 
	
		
			
				|  |  | -    <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
 | 
	
		
			
				|  |  | -    <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/>
 | 
	
		
			
				|  |  | -  </resultMap>
 | 
	
		
			
				|  |  | -  <sql id="Base_Column_List">
 | 
	
		
			
				|  |  | -    order_id, game_id, is_delete, order_date, cp_order_id, merchant_order_no, user_id, 
 | 
	
		
			
				|  |  | -	user_account, user_register_time, user_register_game, user_register_game_ classify, user_register_channel, cp_id, agent_id, 
 | 
	
		
			
				|  |  | -	agent_account, agent_media, agent_advert, product_name, order_amount, real_amount, pay_way, 
 | 
	
		
			
				|  |  | -	pay_device, merchant_no, merchant_name, game_regional, game_role, game_level, game_vip, 
 | 
	
		
			
				|  |  | -	from_device, is_switch, pay_time, end_time, last_cp_notify_time, status, cp_status, 
 | 
	
		
			
				|  |  | -	is_first_recharge, advert_notify_status, advert_notify_type, channel, create_time, update_time
 | 
	
		
			
				|  |  | -  </sql>
 | 
	
		
			
				|  |  |  </mapper>
 |