Commit 3f13d148 authored by zhangsen's avatar zhangsen

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

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