* [misc] remove unused code.

This commit is contained in:
sunguangming
2025-08-21 08:38:55 +08:00
committed by tianshujie
parent 16e818b3cd
commit 14f35e67f5
-1
View File
@@ -594,7 +594,6 @@ class project extends control
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $locateLink));
}
if(!$this->post->projectIdList) $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $this->session->projectList));
$projectIdList = $this->post->projectIdList;
$projects = $this->dao->select('*')->from(TABLE_PROJECT)->where('id')->in($projectIdList)->fetchAll('id');