车车 hace 1 año
padre
commit
2536903e6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>