Browse Source

技淘BUG修复

anderx 7 years ago
parent
commit
1a0a0a8f0e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/java/com/goafanti/common/mapper/AchievementMapper.xml

+ 2 - 0
src/main/java/com/goafanti/common/mapper/AchievementMapper.xml

@@ -1150,6 +1150,8 @@ and ap.achievement_id=a.id
 and branchInfo.id = ap.publish_platform
 and instr(ap.publish_page,#{2})>0
 and info_sources=1
+order by a.release_date desc limit #{0}
+
 </select>
 
 <select id="getPatentList" resultType="com.goafanti.portal.bo.AchievementObject">