车车 преди 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>