فهرست منبع

Merge branch 'liuzj-permission-dev' into test

liuzejian 1 سال پیش
والد
کامیت
8c69a98c00
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules/Video/Http/Controllers/EpisodeController.php

+ 1 - 1
modules/Video/Http/Controllers/EpisodeController.php

@@ -81,7 +81,7 @@ class EpisodeController extends CatchController
             return collect($data)->keyBy('series_sequence')->get($item)['series_name'];
         });
         if($alreadySeries->isNotEmpty()) {
-            CommonBusinessException::throwError([-2333, $alreadySeries->join(', ') . ' 已经存在']);
+            CommonBusinessException::throwError([-2333, $alreadySeries->join(', ')]);
         }
 
         DB::table('video_series')->insert($data);