Sfoglia il codice sorgente

图片移动分类优化

evoxwht 2 anni fa
parent
commit
fc4bd5b578

+ 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);
     }
 
     /**