Ken 6 ngày trước cách đây
mục cha
commit
a01aa94060
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/PcIssueService.php

+ 1 - 1
app/Services/PcIssueService.php

@@ -176,7 +176,7 @@ class PcIssueService extends BaseService
                     DB::commit();
                 } catch (\Exception $e) {
                     Db::rollBack();
-                    Log::error("开奖失败:{$item->issue_no}");
+                    Log::error("开奖失败:{$item->issue_no} on line 179 of PcIssueService.php");
                     Log::error("原因:");
                     Log::error($e->getMessage());
                 }