evoxwht 2 лет назад
Родитель
Сommit
fc4bd5b578
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      crmeb/app/services/system/attachment/SystemAttachmentServices.php

+ 1 - 2
crmeb/app/services/system/attachment/SystemAttachmentServices.php

@@ -157,8 +157,7 @@ class SystemAttachmentServices extends BaseServices
      */
     public function move(array $data)
     {
-        $res = $this->dao->move($data);
-        if (!$res) throw new AdminException(400600);
+        $this->dao->move($data);
     }
 
     /**