@@ -52,6 +52,7 @@
<if test="productType != null and productType !=''">
and a.product_type = #{productType}
</if>
+ order by a.DATE_CREATE desc
</select>
<select id="getUpgradeVer" resultType="com.huaxu.entity.VerManageEntity">