wangbo 3 years ago
parent
commit
1c034108cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user_center/src/main/resources/mapper/VerManageMapper.xml

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

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