...
|
...
|
@@ -10,13 +10,14 @@ |
|
|
<result column="payment" property="payment" jdbcType="TINYINT" />
|
|
|
<result column="income" property="income" jdbcType="DECIMAL" />
|
|
|
<result column="earnest_money" property="earnestMoney" jdbcType="DECIMAL" />
|
|
|
<result column="coupon_cut_amount" property="couponCutAmount" jdbcType="DECIMAL" />
|
|
|
<result column="status" property="status" jdbcType="TINYINT" />
|
|
|
<result column="create_time" property="createTime" jdbcType="INTEGER" />
|
|
|
<result column="update_time" property="updateTime" jdbcType="INTEGER" />
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
id, uid, order_code, skup, client_type, payment, income, earnest_money,
|
|
|
id, uid, order_code, skup, client_type, payment, income, earnest_money, coupon_cut_amount,
|
|
|
status, create_time, update_time
|
|
|
</sql>
|
|
|
|
...
|
...
|
|