|
@@ -6,6 +6,7 @@
|
|
|
<!--@Table kwp_settlement_wallet-->
|
|
<!--@Table kwp_settlement_wallet-->
|
|
|
<id column="id" jdbcType="BIGINT" property="id"/>
|
|
<id column="id" jdbcType="BIGINT" property="id"/>
|
|
|
<result column="ent_id" jdbcType="BIGINT" property="entId"/>
|
|
<result column="ent_id" jdbcType="BIGINT" property="entId"/>
|
|
|
|
|
+ <result column="order_no" jdbcType="VARCHAR" property="orderNo"/>
|
|
|
<result column="settlement_id" jdbcType="BIGINT" property="settlementId"/>
|
|
<result column="settlement_id" jdbcType="BIGINT" property="settlementId"/>
|
|
|
<result column="order_type" jdbcType="INTEGER" property="orderType"/>
|
|
<result column="order_type" jdbcType="INTEGER" property="orderType"/>
|
|
|
<result column="channel" jdbcType="VARCHAR" property="channel"/>
|
|
<result column="channel" jdbcType="VARCHAR" property="channel"/>
|
|
@@ -25,6 +26,7 @@
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
id,
|
|
id,
|
|
|
ent_id,
|
|
ent_id,
|
|
|
|
|
+ order_no,
|
|
|
settlement_id,
|
|
settlement_id,
|
|
|
order_type,
|
|
order_type,
|
|
|
channel,
|
|
channel,
|