会员列表修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user