Ken 4 giorni fa
parent
commit
d62a567f5d
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      app/Services/PcIssueService.php

+ 3 - 0
app/Services/PcIssueService.php

@@ -176,6 +176,9 @@ class PcIssueService extends BaseService
                     DB::commit();
                 } catch (\Exception $e) {
                     Db::rollBack();
+                    Log::error("开奖失败:{$item->issue_no}");
+                    Log::error("原因:");
+                    Log::error($e->getMessage());
                     $m = new Message();
                     $m->json = json_encode([$e->getMessage()]);
                     $m->save();