web socket
支付 会员
This commit is contained in:
@@ -44,6 +44,13 @@
|
||||
from tb_shop_user
|
||||
where id = #{id,jdbcType=VARCHAR}
|
||||
</select>
|
||||
<select id="selectByPhone" parameterType="java.lang.String" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from tb_shop_user
|
||||
where telephone = #{phone,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
||||
delete from tb_shop_user
|
||||
where id = #{id,jdbcType=VARCHAR}
|
||||
@@ -386,11 +393,13 @@
|
||||
|
||||
<select id="selectByUserId" resultType="java.util.Map">
|
||||
SELECT
|
||||
u.id as memberId,
|
||||
i.id as shopId,
|
||||
i.shop_name as shopName,
|
||||
i.chain_name as chainName,
|
||||
i.logo,
|
||||
i.detail,
|
||||
u.level_consume as levelConsume,
|
||||
u.amount,
|
||||
u.`code`,
|
||||
u.is_vip
|
||||
|
||||
Reference in New Issue
Block a user