会员列表返回优惠券数量
This commit is contained in:
@@ -66,11 +66,6 @@
|
|||||||
GROUP BY a.id
|
GROUP BY a.id
|
||||||
order by a.create_time desc
|
order by a.create_time desc
|
||||||
</select>
|
</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 id="selectVipCard_COUNT" resultType="java.lang.Long">
|
||||||
select count(1)
|
select count(1)
|
||||||
from tb_shop_user
|
from tb_shop_user
|
||||||
|
|||||||
Reference in New Issue
Block a user