فهرست منبع

图片移动分类优化

evoxwht 2 سال پیش
والد
کامیت
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);
     }
 
     /**