用户列表修改
This commit is contained in:
parent
6a40ee535d
commit
440bb831d2
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue