main
parent
d19fc608b8
commit
551080115a
|
|
@ -147,7 +147,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
group by a.id
|
||||
</select>
|
||||
|
||||
<select id="selectList" parameterType="AppUser" resultType="com.ruoyi.app.domain.vo.AppUserInfoVo">
|
||||
<select id="listUser" parameterType="AppUser" resultType="com.ruoyi.app.domain.vo.AppUserInfoVo">
|
||||
select
|
||||
<include refid="appUserColumns"/>
|
||||
from app_user a
|
||||
|
|
|
|||
Loading…
Reference in New Issue