Browse Source

活动行事历导入优化

master
wanghongjun 4 days ago
parent
commit
8267c26424
  1. 2
      app/Http/Controllers/Admin/EventCalendarController.php

2
app/Http/Controllers/Admin/EventCalendarController.php

@ -391,7 +391,7 @@ class EventCalendarController extends BaseController
__('controller.import.success')
);
} catch (ValidationException|CustomException $e) {
throw $e;
return $this->responseService->businessError($e->getMessage());
} catch (Exception $e) {
return $this->responseService->systemError(
__('exception.admin_vip_list.import_failed') . ':'

Loading…
Cancel
Save