瀏覽代碼

部门主任审批默认审核人修改

梁世豪 11 月之前
父節點
當前提交
4e16f1b470
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/SysUserPostDao.xml

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

@@ -159,6 +159,7 @@
159 159
         <if test="userName!= null and userName!= ''">
160 160
             and u.name like '%'+#{userName}+'%'
161 161
         </if>
162
+        ORDER BY u.user_id DESC
162 163
     </select>
163 164
 
164 165
     <!--用户岗位列表-->