...
|
...
|
@@ -7,9 +7,6 @@ |
|
|
<result column="unionid" property="unionid" jdbcType="BIGINT" />
|
|
|
<result column="union_name" property="unionName" jdbcType="CHAR" />
|
|
|
<result column="redenvelopes_number" property="redenvelopesNumber" jdbcType="DECIMAL" />
|
|
|
<result column="promo_code" property="promoCode" jdbcType="VARCHAR" />
|
|
|
<result column="promo_code_discount" property="promoCodeDiscount" jdbcType="DECIMAL" />
|
|
|
<result column="promo_code_amount" property="promoCodeAmount" jdbcType="DECIMAL" />
|
|
|
<result column="create_time" property="createTime" jdbcType="INTEGER" />
|
|
|
<result column="storehouse_id" property="storehouseId" jdbcType="INTEGER" />
|
|
|
<result column="tail_pay_notice_phone" property="tailPayNoticePhone" jdbcType="VARCHAR" />
|
...
|
...
|
@@ -19,8 +16,8 @@ |
|
|
<result column="udid" property="udid" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<sql id="Base_Column_List" >
|
|
|
order_code, is_new, unionid, union_name, redenvelopes_number, promo_code, promo_code_discount,
|
|
|
promo_code_amount, create_time, storehouse_id, tail_pay_notice_phone, order_deposit_amount,
|
|
|
order_code, is_new, unionid, union_name, redenvelopes_number,
|
|
|
create_time, storehouse_id, tail_pay_notice_phone, order_deposit_amount,
|
|
|
last_order_deposit_amount, last_order_tail_pay_amount, udid
|
|
|
</sql>
|
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Long" >
|
...
|
...
|
|