用户列表修改

This commit is contained in:
张松 2025-02-18 13:59:19 +08:00
parent 6a40ee535d
commit 440bb831d2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
where a.id=#{userId}
</select>
<select id="selectPageByKeyAndIsVip" resultType="com.czg.account.entity.ShopUser">
select tb_user_info.* from tb_user_info
select tb_shop_user.* from tb_user_info
left join tb_shop_user on tb_user_info.id=tb_shop_user.user_id ${qwSql} limit ${pageOffset}, ${pageSize}
</select>
<select id="selectPageByKeyAndIsVip_COUNT" resultType="java.lang.Long">