Commit e91a5a8e authored by KeYong's avatar KeYong

修改bug

parent cd267f0c
...@@ -1501,7 +1501,7 @@ ...@@ -1501,7 +1501,7 @@
AND pp.name like concat('%', #{pointName}::varchar, '%') AND pp.name like concat('%', #{pointName}::varchar, '%')
</if> </if>
<if test="pointId != null"> <if test="pointId != null">
AND pp.id = #{pointId} AND pp.id != #{pointId}
</if> </if>
</select> </select>
...@@ -1513,7 +1513,7 @@ ...@@ -1513,7 +1513,7 @@
AND pp.point_no = #{pointNo} AND pp.point_no = #{pointNo}
</if> </if>
<if test="pointId != null"> <if test="pointId != null">
AND pp.id = #{pointId} AND pp.id != #{pointId}
</if> </if>
</select> </select>
</mapper> </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