|
@@ -15,6 +15,7 @@
|
|
|
<result property="paymentMethod" column="payment_method" />
|
|
<result property="paymentMethod" column="payment_method" />
|
|
|
<result property="accountNumber" column="account_number" />
|
|
<result property="accountNumber" column="account_number" />
|
|
|
<result property="mdId" column="md_id" />
|
|
<result property="mdId" column="md_id" />
|
|
|
|
|
+ <result property="storeId" column="store_id" />
|
|
|
<result property="divvy" column="divvy" />
|
|
<result property="divvy" column="divvy" />
|
|
|
<result property="balancePay" column="balance_pay" />
|
|
<result property="balancePay" column="balance_pay" />
|
|
|
<result property="userType" column="user_type" />
|
|
<result property="userType" column="user_type" />
|
|
@@ -27,7 +28,7 @@
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<sql id="selectUserBillingVo">
|
|
<sql id="selectUserBillingVo">
|
|
|
- select b.id, b.user_id, b.type, b.dd_id, b.md_id,b.amount, b.divvy,b.state, b.illustrate, b.payment_method, b.account_number,b.balance_pay, b.user_type,b.cretim, b.divvy_rate, b.behalf_amount, b.wallet_balance, b.tax, b.tax_rate from user_billing b
|
|
|
|
|
|
|
+ select b.id, b.user_id, b.type, b.dd_id, b.md_id, b.store_id, b.amount, b.divvy,b.state, b.illustrate, b.payment_method, b.account_number,b.balance_pay, b.user_type,b.cretim, b.divvy_rate, b.behalf_amount, b.wallet_balance, b.tax, b.tax_rate from user_billing b
|
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
|
|
<select id="selectUserBillingList" parameterType="UserBilling" resultMap="UserBillingResult">
|
|
<select id="selectUserBillingList" parameterType="UserBilling" resultMap="UserBillingResult">
|