订单倒计时

会员余额明细
库存
This commit is contained in:
2024-06-14 16:33:02 +08:00
parent 69b7ed77ec
commit 4c5fabfffb
14 changed files with 116 additions and 18 deletions

View File

@@ -399,7 +399,7 @@
select * from tb_params where id = 1
</select>
<select id="selectByUserId" resultType="java.util.Map">
<select id="selectByUserId" resultType="com.chaozhanggui.system.cashierservice.entity.vo.ShopUserListVo">
SELECT
u.id as memberId,
i.id as shopId,
@@ -410,7 +410,7 @@
u.level_consume as levelConsume,
u.amount,
u.`code`,
u.is_vip
u.is_vip as isVip
FROM
tb_shop_user u
left join tb_shop_info i on u.shop_id=i.id