This commit is contained in:
liugang
2022-10-08 15:55:18 +08:00
parent ce0b20e2ef
commit 9afece1385
+1
View File
@@ -1909,6 +1909,7 @@ class projectModel extends model
if(!$oldProject->hasProduct)
{
$productID = $this->loadModel('product')->getProductIDByProject($projectID);
unset($_POST);
$this->product->close($productID);
}