Commit e91a5a8e authored by KeYong's avatar KeYong

修改bug

parent cd267f0c
......@@ -1501,7 +1501,7 @@
AND pp.name like concat('%', #{pointName}::varchar, '%')
</if>
<if test="pointId != null">
AND pp.id = #{pointId}
AND pp.id != #{pointId}
</if>
</select>
......@@ -1513,7 +1513,7 @@
AND pp.point_no = #{pointNo}
</if>
<if test="pointId != null">
AND pp.id = #{pointId}
AND pp.id != #{pointId}
</if>
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment