24282 8 ヶ月 前
コミット
4e54674584

+ 1 - 1
hx-flow/src/main/java/com/fjhx/flow/service/flow/impl/FlowExampleServiceImpl.java

@@ -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);