|
@@ -10,6 +10,7 @@
|
|
<result column="plantform_fee_" property="plantformFee" />
|
|
<result column="plantform_fee_" property="plantformFee" />
|
|
<result column="auth_status_" property="authStatus" />
|
|
<result column="auth_status_" property="authStatus" />
|
|
<result column="auth_user_id_" property="authUserId" />
|
|
<result column="auth_user_id_" property="authUserId" />
|
|
|
|
+ <result column="auth_time_" property="authTime" />
|
|
<result column="reason_" property="reason" />
|
|
<result column="reason_" property="reason" />
|
|
<result column="bank_card_id_" property="bankCardId" />
|
|
<result column="bank_card_id_" property="bankCardId" />
|
|
<result column="open_type_" property="openType" />
|
|
<result column="open_type_" property="openType" />
|
|
@@ -32,6 +33,7 @@
|
|
, t.plantform_fee_ as plantformFee
|
|
, t.plantform_fee_ as plantformFee
|
|
, t.auth_status_ as authStatus
|
|
, t.auth_status_ as authStatus
|
|
, t.auth_user_id_ as authUserId
|
|
, t.auth_user_id_ as authUserId
|
|
|
|
+ , t.auth_time_ as authTime
|
|
, t.reason_ as reason
|
|
, t.reason_ as reason
|
|
, t.bank_card_id_ as bankCardId
|
|
, t.bank_card_id_ as bankCardId
|
|
, t.open_type_ as openType
|
|
, t.open_type_ as openType
|