Browse Source

排序问题

wangfeng 4 years atrás
parent
commit
e956d83fc8
1 changed files with 1 additions and 0 deletions
  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>