订单倒计时
会员余额明细 库存
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user