Commit 659f2f77 authored by chenzhao's avatar chenzhao

修改代码

parent 005d94f9
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
AND b.HEALTH_LEVEL = #{HEALTHLEVEL} AND b.HEALTH_LEVEL = #{HEALTHLEVEL}
</if> </if>
<if test="POINTNAME != null and POINTNAME != '' "> <if test="POINTNAME != null and POINTNAME != '' ">
AND b.POINT_NAME = #{POINTNAME} AND b.INDEX_ADDRESS = #{POINTNAME}
</if> </if>
</where> </where>
......
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