Browse Source

费用申请-批量ren

lgl 11 months ago
parent
commit
243c6d3f47
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/main/resources/mapper/SysUserPostDao.xml

+ 1 - 3
src/main/resources/mapper/SysUserPostDao.xml

@@ -164,9 +164,7 @@
164 164
         <if test="userName!= null and userName!= ''">
165 165
             and u.name like '%'+#{userName}+'%'
166 166
         </if>
167
-        <if test="postName == '主管院领导'">
168
-            ORDER BY u.user_id DESC
169
-        </if>
167
+            ORDER BY u.order_code DESC
170 168
     </select>
171 169
 
172 170
     <!--用户岗位列表-->