会员列表修改

This commit is contained in:
张松 2025-03-15 09:24:32 +08:00
parent f2a9e4c1c6
commit 046ab99359
1 changed files with 4 additions and 4 deletions

View File

@ -50,14 +50,14 @@
</select>
<select id="selectPageByKeyAndIsVip" resultType="com.czg.account.entity.ShopUser">
select tb_shop_user.*
from tb_user_info
left join tb_shop_user on tb_user_info.id = tb_shop_user.user_id ${qwSql}
from tb_shop_user
left join tb_user_info on tb_user_info.id = tb_shop_user.user_id ${qwSql}
limit ${pageOffset}, ${pageSize}
</select>
<select id="selectPageByKeyAndIsVip_COUNT" resultType="java.lang.Long">
select count(1)
from tb_user_info
left join tb_shop_user on tb_user_info.id = tb_shop_user.user_id ${qwSql}
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)