浏览代码

app版本查询

wangyangyang 3 年之前
父节点
当前提交
fad56a856b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 a.cur_app_ver desc
+        order by a.DATE_CREATE desc
         limit 1
     </select>