From 543bf816da05ba0bcd3293ea0d7088bbd1169c3f Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 30 Aug 2021 14:37:17 +0800 Subject: [PATCH] * Modify the return link of the report. --- module/report/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/report/control.php b/module/report/control.php index b765af3732..4cc2e3322c 100644 --- a/module/report/control.php +++ b/module/report/control.php @@ -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)) : '';