浏览代码

设备管理-电力监测设备查询倒叙

jichaobo 3 年之前
父节点
当前提交
7ec2065292
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fiveep-persistence/src/main/resources/mapper/mysql/DeviceAttributeMapper.xml

+ 1 - 0
fiveep-persistence/src/main/resources/mapper/mysql/DeviceAttributeMapper.xml

@@ -56,6 +56,7 @@
                 and a.phone LIKE CONCAT(CONCAT('%', #{phone}), '%')
             </if>
         </where>
+        order by a.id desc
         <if test="startCurrent != null and size !=0">
             LIMIT #{startCurrent},
             #{size}