瀏覽代碼

修改sql

车车 1 年之前
父節點
當前提交
2536903e6e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ktg-iscs/src/main/resources/mapper/IsIsolationPointMapper.xml

+ 1 - 1
ktg-iscs/src/main/resources/mapper/IsIsolationPointMapper.xml

@@ -183,6 +183,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 and p.lock_type_id = #{dto.lockTypeId}
             </if>
         </where>
-            order by p.pointId desc
+            order by p.point_id desc
     </select>
 </mapper>