* Fix code details.

This commit is contained in:
Yagami
2021-06-29 16:24:26 +08:00
parent 18acf1cef6
commit 26ec63969d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1733,7 +1733,7 @@ class executionModel extends model
if(isset($oldExecutionProducts[$productID][$branch]))
{
$oldExecutionProduct = $oldExecutionProducts[$productID][$branch];
$oldPlan = $oldExecutionProduct->plan;
$oldPlan = $oldExecutionProduct->plan;
}
$data = new stdclass();
+1
View File
@@ -642,6 +642,7 @@ class my extends control
public function audit($browseType = 'wait', $orderBy = 't1.id_desc', $recTotal = 0, $recPerPage = 15, $pageID = 1)
{
$this->loadModel('datatable');
$this->loadModel('baseline');
$this->session->set('reviewList', $this->app->getURI(true));
$this->app->loadLang('review');
$this->app->loadClass('pager', true);