* Modify the return link of the report.

This commit is contained in:
tianshujie
2021-08-30 14:37:17 +08:00
parent f8b50c7020
commit 543bf816da
+1 -1
View File
@@ -55,7 +55,7 @@ class report extends control
*/
public function projectDeviation($begin = 0, $end = 0)
{
$this->session->set('projectList', $this->app->getURI(true), 'project');
$this->session->set('executionList', $this->app->getURI(true), 'execution');
$begin = $begin ? date('Y-m-d', strtotime($begin)) : '';
$end = $end ? date('Y-m-d', strtotime($end)) : '';