Commit 29006294 authored by zhangsen's avatar zhangsen

sql修改

parent ac42d664
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
a.station_code = s.code a.station_code = s.code
and s.status = false and s.status = false
<if test="isAlarm != null"> <if test="isAlarm != null">
and is_alarm = #{isAlarm} and a.is_alarm = #{isAlarm}
</if> </if>
<if test="stationCode != null and stationCode != ''"> <if test="stationCode != null and stationCode != ''">
and a.station_code = #{stationCode} and a.station_code = #{stationCode}
......
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