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