登录 及 会员部分修改

This commit is contained in:
2024-07-17 13:39:37 +08:00
parent 50ec8c7cd7
commit d784ba8c27
5 changed files with 276 additions and 152 deletions

View File

@@ -424,9 +424,10 @@
tb_shop_user u
left join tb_shop_info i on u.shop_id=i.id
WHERE
u.user_id = #{userId}
u.user_id = #{userId}
and is_vip = 1
<if test="shopId != null and shopId !=''">
and shop_id = #{shopId}
and shop_id = #{shopId}
</if>
</select>
</mapper>