Commit 26d34f82 authored by chenzhao's avatar chenzhao

修改代码

parent 7768b3bf
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
FROM house_pv_data.td_hygf_jp_inverter_warn FROM house_pv_data.td_hygf_jp_inverter_warn
<where> <where>
<if test="state != null and state != ''"> <if test="state != null and state != ''">
AND state = #{state} AND `state` = #{state}
</if> </if>
<if test="level != null and level != ''"> <if test="level != null and level != ''">
AND level = #{level} AND level = #{level}
......
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