Kaynağa Gözat

app版本查询

wangyangyang 3 yıl önce
ebeveyn
işleme
fad56a856b

+ 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 a.cur_app_ver desc
+        order by a.DATE_CREATE desc
         limit 1
     </select>