* finish task#807.

This commit is contained in:
chencongzhi520@gmail.com
2012-05-31 09:21:43 +00:00
parent 61a6939e84
commit 813a44a61d
13 changed files with 307 additions and 75 deletions
+1 -1
View File
@@ -479,6 +479,6 @@ class testtask extends control
->where('task')->eq((int)$taskID)
->andWhere('`case`')->in($this->post->caseIDList)
->exec();
die(js::reload('parent'));
die(js::locate($this->session->caseList));
}
}