Commit a9365470 authored by caotao's avatar caotao

分页数据报错问题处理

parent 56d8987c
......@@ -116,7 +116,7 @@
FROM house_pv_data.td_hygf_jp_inverter_warn
<where>
<if test="state != null and state != ''">
AND handler_status = #{state}
AND `state` = #{state}
</if>
<!-- <if test="handlerStatus != null and handlerStatus != ''">-->
<!-- AND handler_status = #{handlerStatus}-->
......
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