车车 před 1 rokem
rodič
revize
2536903e6e

+ 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>