@@ -80,6 +80,17 @@ public class TaskInfoWebService extends BaseController {
}
/**
+ * 统计登录用户的待办任务数量
+ * @param busKey
+ * @param begin
+ * @param end
+ * @return
+ */
+ public int getTodoListCount(String busKey, Date begin, Date end){
+ return workflowMangerService.todoListCount(Utils.getWebServiceUser().getId().toString(), busKey==null?"":busKey, begin, end);
+ }
+
+ /**
* 查询工作提醒数量
*
* @return