Commit 3f13d148 authored by zhangsen's avatar zhangsen

管控左屏巡检跳转页面所需 接口修改

parent 529ffc78
......@@ -107,6 +107,8 @@ public class CheckInfoPageParam extends CommonPageable{
private String searchDay;
private String isExecute;
......
......@@ -114,6 +114,7 @@
'%Y-%m-%d'
) = curdate()
</if>
<if test="isExecute!=null and isExecute!='' and isExecute = '3'">and a.is_OK != #{isExecute}</if>
</trim>
</select>
......@@ -323,6 +324,7 @@
'%Y-%m-%d'
) = curdate()
</if>
<if test="isExecute!=null and isExecute!='' and isExecute = 3">and a.is_OK != #{isExecute}</if>
</trim>
order by ${orderBy}
<choose>
......
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