|
|
|
@@ -11,7 +11,9 @@ |
|
|
|
<result column="create_date" jdbcType="TIMESTAMP" property="createDate" /> |
|
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate" /> |
|
|
|
<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="audio_date" jdbcType="TIMESTAMP" property="audioDate" /> |
|
|
|
<result column="merchant_id" jdbcType="VARCHAR" property="merchantId" /> |
|
|
|
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName" /> |
|
|
|
@@ -23,8 +25,9 @@ |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`total_fee`,`status`,`audio_remark`,`create_date`,`update_date`,`b_user_id`,`wx_b_open_id`,`audio_date`, |
|
|
|
`merchant_id`,`merchant_name`,`recive_open_id`,`recive_nick_name`,`wx_pay_no`,`wx_pay_time`,`fail_remark` |
|
|
|
`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_pay_no`,`wx_pay_time`,`fail_remark` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|