Ken 5 天之前
父节点
当前提交
a01aa94060
共有 1 个文件被更改,包括 1 次插入1 次删除
  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());
                 }