wangbo 4 년 전
부모
커밋
1c034108cf
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 ver_id desc
+        order by a.cur_app_ver desc
         limit 1
     </select>