|
|
|
@@ -35,6 +35,7 @@ |
|
|
|
<result column="group_support" jdbcType="INTEGER" property="groupSupport"/> |
|
|
|
<result column="latitude" jdbcType="DECIMAL" property="latitude"/> |
|
|
|
<result column="longitude" jdbcType="DECIMAL" property="longitude"/> |
|
|
|
<result column="live_support" jdbcType="INTEGER" property="liveSupport"/> |
|
|
|
|
|
|
|
</resultMap> |
|
|
|
|
|
|
|
@@ -44,7 +45,7 @@ |
|
|
|
`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` |
|
|
|
`group_support`,`latitude`,`longitude`,`live_support` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|