main
parent
d19fc608b8
commit
551080115a
|
|
@ -147,7 +147,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
group by a.id
|
group by a.id
|
||||||
</select>
|
</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
|
select
|
||||||
<include refid="appUserColumns"/>
|
<include refid="appUserColumns"/>
|
||||||
from app_user a
|
from app_user a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue