会员列表返回优惠券数量

This commit is contained in:
张松
2025-03-17 13:54:47 +08:00
parent b2042e4721
commit e033ee9bb6

View File

@@ -66,11 +66,6 @@
GROUP BY a.id
order by a.create_time desc
</select>
<select id="selectPageByKeyAndIsVip_COUNT" resultType="java.lang.Long">
select count(1)
from tb_shop_user
left join tb_user_info on tb_user_info.id = tb_shop_user.user_id ${qwSql}
</select>
<select id="selectVipCard_COUNT" resultType="java.lang.Long">
select count(1)
from tb_shop_user