فهرست منبع

优化分页查询

bing 1 سال پیش
والد
کامیت
bebd737d7e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ruoyi-modules/ruoyi-backstage/src/main/resources/mapper/payment/PtUserAccountMapper.xml

+ 1 - 1
ruoyi-modules/ruoyi-backstage/src/main/resources/mapper/payment/PtUserAccountMapper.xml

@@ -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 != ''">