Merge branch release/21.7.5 of zentao/zentaopms (#10996)

This commit is contained in:
刘刚
2025-08-19 08:59:38 +08:00
committed by Gitfox
-2
View File
@@ -1210,8 +1210,6 @@ class myModel extends model
->beginIF($checkExists)->limit(1)->fi()
->fetchAll();
if($checkExists) return !empty($dataList);
$objectIdList = array();
foreach($dataList as $data) $objectIdList[$data->objectType][$data->objectID] = $data->objectID;