Explorar o código

Merge branch 'dev/cdssman20200727_init' into debug

wangfeng %!s(int64=4) %!d(string=hai) anos
pai
achega
ce2664c589

+ 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>