This commit is contained in:
liumengyi
2022-01-18 13:16:20 +08:00
parent b27b06929c
commit a7c944d3e5
+1 -1
View File
@@ -125,7 +125,7 @@ class execution extends control
/* Get products by execution. */
$execution = $this->commonAction($executionID, $status);
if($execution->type == 'kanban') $this->locate($this->createLink('execution', 'kanban', "executionID=$executionID"));
if($execution->type == 'kanban') $this->locate($this->createLink('execution', 'kanban', "executionID=$execution->id"));
$executionID = $execution->id;
$products = $this->product->getProductPairsByProject($executionID);