* 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();