|
|
|
@@ -32,10 +32,13 @@ |
|
|
|
<result column="introduction" jdbcType="VARCHAR" property="introduction"/> |
|
|
|
<result column="img" jdbcType="VARCHAR" property="img"/> |
|
|
|
|
|
|
|
<result column="group_support" jdbcType="INTEGER" property="groupSupport"/> |
|
|
|
<result column="latitude" jdbcType="DECIMAL" property="latitude"/> |
|
|
|
<result column="longitude" jdbcType="DECIMAL" property="longitude"/> |
|
|
|
<result column="default_sign" jdbcType="INTEGER" property="defaultSign"/> |
|
|
|
<result column="group_support" jdbcType="INTEGER" property="groupSupport"/> |
|
|
|
<result column="live_support" jdbcType="INTEGER" property="liveSupport"/> |
|
|
|
|
|
|
|
|
|
|
|
<result column="cash_out_support" jdbcType="INTEGER" property="cashOutSupport"/> |
|
|
|
<result column="cash_out_limit" jdbcType="INTEGER" property="cashOutLimit"/> |
|
|
|
<result column="alipay_app_auth_token" jdbcType="VARCHAR" property="alipayAppAuthToken"/> |
|
|
|
@@ -56,7 +59,8 @@ |
|
|
|
`img_url`,`img_url_h`, `weap_note`, `img_qrcode_weapp`, `img_qrcode_wemp`, |
|
|
|
`weapp_share_title`,`weapp_share_cover_img`, `pos_qrcode_rule`, |
|
|
|
`sale_type`, `valid_start`, `valid_end`,`business_hours`,`introduction`,`img`, |
|
|
|
`group_support`,`latitude`,`longitude`,`live_support`,`cash_out_support`,`cash_out_limit`,`alipay_app_auth_token`,`alipay_member_template_id` |
|
|
|
`latitude`,`longitude`,`default_sign`,`group_support`,`live_support`, |
|
|
|
`cash_out_support`,`cash_out_limit`,`alipay_app_auth_token`,`alipay_member_template_id` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|