@@ -49,7 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="customPageList" resultType="org.dromara.backstage.payment.domain.vo.PtUserAccount4SelectVo">
select u.user_name,u.user_id,u.dept_id,u.real_name,u.user_numb,u.phone,u.account_status,u.freeze_status,u.status,a.dept_name deptName
from t_pt_userAccount u
- left join t_sys_dept a on u.dept_id = a.dept_id
+ join t_sys_dept a on u.dept_id = a.dept_id
<where>
u.del_flag = 0 and a.del_flag = 0
<if test="bo.category != null and bo.category != ''">