* [misc] remove unused code.

This commit is contained in:
sunguangming
2025-08-19 00:38:56 +00:00
parent 90dd572c70
commit 531f57d20a
-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;