src/main/java/com/whyc/mapper/WorkflowLinkMapper.java
@@ -10,9 +10,13 @@ List<WorkflowLink> getReceivedList(int type, UserInf user); //查询自己需要处理或者审批的 List<WorkflowLink> searchTmp(int uId, int uRole, int type, int status); /**二次核容和隐患故障的统计*/ List<WorkflowLink> getReceivedList2(int type, UserInf user); //查询自己需要处理或者审批的 List<WorkflowLink> searchTmp(int uId, int uRole, int type, int status); //查询自己申请的工单(去除放电计划) List<WorkflowMain> getFlowMainByUid(int userId, int type, int status); }