|
|
|
@@ -13,7 +13,7 @@ |
|
|
|
<result column="b_user_id" jdbcType="BIGINT" property="bUserId" /> |
|
|
|
<result column="phone" jdbcType="VARCHAR" property="phone" /> |
|
|
|
<result column="wx_b_open_id" jdbcType="VARCHAR" property="wxBOpenId" /> |
|
|
|
<result column="wx_b_open_headImg" jdbcType="VARCHAR" property="wxBOpenHeadImg" /> |
|
|
|
<result column="wx_b_open_head_img" jdbcType="VARCHAR" property="wxBOpenHeadImg" /> |
|
|
|
<result column="audio_date" jdbcType="TIMESTAMP" property="audioDate" /> |
|
|
|
<result column="merchant_id" jdbcType="VARCHAR" property="merchantId" /> |
|
|
|
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName" /> |
|
|
|
@@ -26,7 +26,7 @@ |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`total_fee`,`status`,`audio_remark`,`create_date`,`update_date`,`b_user_id`,`phone`, |
|
|
|
`wx_b_open_id`,`wx_b_open_headImg`,`audio_date`,`merchant_id`,`merchant_name`,`recive_open_id`,`recive_nick_name`, |
|
|
|
`wx_b_open_id`,`wx_b_open_head_img`,`audio_date`,`merchant_id`,`merchant_name`,`recive_open_id`,`recive_nick_name`, |
|
|
|
`wx_pay_no`,`wx_pay_time`,`fail_remark` |
|
|
|
</sql> |
|
|
|
|
|
|
|
|