Explorar el Código

资源图片倒序

lyq hace 10 meses
padre
commit
93de07ff4b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/resources/mapper/base/BaseMapper.xml

+ 1 - 0
src/main/resources/mapper/base/BaseMapper.xml

@@ -45,5 +45,6 @@
         select concat( b.config_value, a.attach_path ) url
         from ${dataDB}.centerdata_t_attach a,${systemDB}.sys_config b
         where a.bus_id = #{busId} and b.config_key = 'fileUrl'
+        order by a.create_time desc
     </select>
 </mapper>