This commit is contained in:
sunguangming
2023-12-23 13:49:11 +08:00
parent 39de16f561
commit 84dd5756e1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1646,6 +1646,7 @@ class executionModel extends model
foreach($executions as $execution)
{
$execution->productName = isset($productList[$execution->id]) ? trim($productList[$execution->id]->productName, ',') : '';
$execution->product = $productID;
if($execution->end) $execution->end = date(DT_DATE1, strtotime($execution->end));
if(isset($executions[$execution->parent])) $executions[$execution->parent]->isParent = 1;