|
@@ -73,7 +73,7 @@ public class FlowExampleServiceImpl extends ServiceImpl<FlowExampleMapper, FlowE
|
|
|
public Page<FlowExampleVo> getToBeProcessedPage(FlowExampleSelectDto dto) {
|
|
|
|
|
|
IWrapper<FlowExample> wrapper = getWrapper()
|
|
|
- .lt("fe", FlowExample::getStatus, dto.getStatus())
|
|
|
+ .lt("fe", FlowExample::getStatus, 2)
|
|
|
.eq("fe", FlowExample::getHandleUserId, SecurityUtils.getUserId());
|
|
|
|
|
|
return doSelectExample(dto, wrapper);
|