* Adjust code for dealMutipleProduct.

This commit is contained in:
liuhong
2023-05-06 11:00:12 +08:00
parent 5491c95582
commit 6249848b91
+5 -4
View File
@@ -684,14 +684,15 @@ class projectZen extends project
* 记录多迭代及瀑布类项目移除的产品
* Record multiple and waterfall project unlinked products
*
* @param array $oldProducts
* @param array $newProductIDs
* @param array $idList
* @param object $project
* @param array $oldProducts
* @param array $newProductIDs
* @param array $idList
*
* @access protected
* @return void
*/
protected function dealMultipleProduct(array $oldProducts, array $newProductIDs, array $idList): void
protected function dealMultipleProduct(object $project, array $oldProducts, array $newProductIDs, array $idList): void
{
/* Update multiple project linked products. */
if(empty($project->multiple))