@@ -63,7 +63,7 @@
<if test="productType != null and productType !=''">
and a.product_type = #{productType}
</if>
- order by ver_id desc
+ order by a.cur_app_ver desc
limit 1
</select>