This commit is contained in:
haozq 2025-11-03 14:59:38 +08:00
parent 9daaeaa415
commit c619bc1997
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="getUserListData" resultType="com.bonus.business.domain.TbDocumentFolder">
select user_id userId,user_name useName
from sys_user
where status=0 AND del_flag=0
where status=0 AND del_flag=0
</select>
</mapper>