Commit c9f5f88a authored by 朱晨阳's avatar 朱晨阳

修改参数错误

parent 55cc6dff
...@@ -699,7 +699,7 @@ ...@@ -699,7 +699,7 @@
from hygf_jp_station from hygf_jp_station
<where> <where>
hygf_jp_station.regional_companies_code is not null hygf_jp_station.regional_companies_code is not null
<if test="powerStationId!=null"> <if test="thirdStationId!=null">
and hygf_jp_station.thirdStationId =#{thirdStationId} and hygf_jp_station.thirdStationId =#{thirdStationId}
</if> </if>
<if test="type!=null and type != ''"> <if test="type!=null and type != ''">
......
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