Commit d0996f4f authored by chenzhao's avatar chenzhao

接警记录补充条件

parent f02a9e65
...@@ -343,6 +343,8 @@ public class AlertCalledController extends BaseController { ...@@ -343,6 +343,8 @@ public class AlertCalledController extends BaseController {
throw new RuntimeException("系统异常"); throw new RuntimeException("系统异常");
} }
}); });
queryWrapper.or().eq("sequence_nbr",alertCalled.getFatherAlert());
return queryWrapper; return queryWrapper;
} }
......
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