whycxzp
2023-08-17 771efd0f91f56a27eee11fef318e87e37983492b
src/main/java/com/whyc/controller/WorkflowLinkController.java
@@ -54,7 +54,7 @@
        return service.searchLastHrById(mid);
    }
    @GetMapping("getFlowMain")
    @GetMapping("getFlowMainByUid")
    @ApiOperation(value = "查询自己申请的工单(去除放电计划)", notes = "status:0全部,1审批中,2审批通过,3驳回;type:0全部,2二次放电,3告警隐患")
    public Response getFlowMainByUid(@RequestParam int type, @RequestParam int status, @RequestParam int pageNum, @RequestParam int pageSize) {
        UserInf uinf = ActionUtil.getUser();