From 4ec79ae2379016630260a250487cf38708e50dd7 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 19 Jun 2020 01:39:58 -0700 Subject: [PATCH] * Finish cmmi task#866; --- module/program/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/control.php b/module/program/control.php index f5dc57b1aa..a4d794feae 100644 --- a/module/program/control.php +++ b/module/program/control.php @@ -96,7 +96,7 @@ class program extends control $this->send(array('result' => 'fail', 'message' => $this->processErrors(dao::getError()))); } $this->loadModel('action')->create('project', $projectID, 'opened'); - $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('index'))); + $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('index', array('status' => 'wait', 'orderBy' => 'order_desc')))); } $name = '';