wangfeng преди 4 години
родител
ревизия
e956d83fc8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      cdssman-service/src/main/resources/mapper/UserRoleMapper.xml

+ 1 - 0
cdssman-service/src/main/resources/mapper/UserRoleMapper.xml

@@ -42,5 +42,6 @@
         <if test="hospitalId !=null">
             and hospital_id = #{hospitalId}
         </if>
+        ORDER BY a.gmt_modified DESC
     </select>
 </mapper>