lxw
2023-08-15 160e150009b51a39fa95d9462c3798ba28d51a09
src/main/java/com/whyc/mapper/WorkflowLinkMapper.java
@@ -11,7 +11,7 @@
    List<WorkflowLink> getReceivedList(int type, UserInf user);
    //查询自己需要处理或者审批的
    List<WorkflowLink> searchTmp(int uId, int uRole, int type);
    List<WorkflowLink> searchTmp(int uId, int uRole, int type, int status);
    //查询自己申请的工单(去除放电计划)
    List<WorkflowMain> getFlowMainByUid(int userId, int type, int status);