wangbo 4 rokov pred
rodič
commit
1c034108cf

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