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

+ 0 - 2
app/Services/PcIssueService.php

@@ -124,8 +124,6 @@ class PcIssueService extends BaseService
         $awards = IssueService::award(explode(',', $winning_numbers));
         DB::beginTransaction();
         try {
-//            $info->status = PcIssue::STATUS_DRAW;
-//            $info->winning_numbers = $winning_numbers;
             $info->combo = $combo;
             $info->image = $recordImage;
             $info->save();