2829303132333435363738
worklistDAO.setTaskId(new Long(taskIds[i])); worklistDAO.setDueDate(dueDate); worklistDAO.addBatch(); } return worklistDAO.updateBatch(); } return new int[]{}; }