* Correct codes in job and compile module.

This commit is contained in:
dingguodong
2021-10-29 17:33:13 +08:00
parent f3b6a38403
commit ff55234a7b
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ class job extends control
if($productLeft == $productRight) $matchedProducts[$productName] = $productRight;
}
}
die(json_encode($matchedProduct));
die(json_encode($matchedProducts));
}
$productName = $this->loadModel('product')->getByID($repo->product)->name;