wangyangyang пре 3 година
родитељ
комит
02d19e3c90
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      user_center/src/main/resources/mapper/VerManageMapper.xml

+ 1 - 0
user_center/src/main/resources/mapper/VerManageMapper.xml

@@ -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">