Browse Source

Merge branch 'master' of http://git.meloinfo.com/wangwei/interface_platform

yaoyi 2 days ago
parent
commit
a4dcb1cbfd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/mapper/IpLogMapper.xml

+ 1 - 0
src/main/resources/mapper/IpLogMapper.xml

@@ -17,5 +17,6 @@
         from ip_log log
         left join ip_order ord on ord.id = log.oid
         where 1 =1 and ref_id = 0 and  ord.id =:id and ord.acc_no = :accountNo and  ord.interface_name like '%'||:interfaceName||'%'
+        order by ord.id desc
     </select>
 </mapper>