Browse Source

git-svn-id: https://192.168.57.71/svn/lyggkj@85 1a6f6e3a-4066-fe46-b609-79c204482ece

ld_liufl 9 years ago
parent
commit
d652132e23

+ 11 - 0
gkaq/yjpt-java/trunk/java_src/com/jtgh/yjpt/webService/common/task/TaskInfoWebService.java

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