浏览代码

用户排序BUG

lin 4 年之前
父节点
当前提交
39fb0e4d07
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      smart-city-platform/src/main/resources/mapper/UserMapper.xml

+ 1 - 1
smart-city-platform/src/main/resources/mapper/UserMapper.xml

@@ -454,7 +454,7 @@
         <if test="organId != null"> and ssu.organ_id = #{organId} </if>
         <if test="roleId != null"> and sr.id = #{roleId} </if>
         <if test="programId != null"> and surp.program_id = #{programId} </if>
-        order by su.type asc,su.create_date desc
+        order by su.type asc,ssu.create_date desc
     </select>
 
 	<select id="findUserByOrgsIds" resultType="com.bz.smart_city.entity.User">