Browse Source

时间倒叙

wangfeng 6 years ago
parent
commit
fa2cb19e47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      icssman-service/src/main/resources/mapper/VersionInfoMapper.xml

+ 1 - 1
icssman-service/src/main/resources/mapper/VersionInfoMapper.xml

@@ -31,6 +31,6 @@
 	<if test="versionWrapperNameVO.name != null">
 		AND u.name LIKE CONCAT('%', #{versionWrapperNameVO.name}, '%')
 	</if>
-	ORDER BY u.refresh_time DESC
+	ORDER BY gmt_create DESC
 </select>
 </mapper>