Ken 2 napja
szülő
commit
d9f4363218
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/Services/BetService.php

+ 1 - 0
app/Services/BetService.php

@@ -259,6 +259,7 @@ class BetService extends BaseService
 
         if (empty($issueInfo)) {
             if ($pc28Switch == 1) {
+
                 $issueCloseInfo = PcIssue::where('status', PcIssue::STATUS_CLOSE)->orderBy('id', 'desc')->first();
             }else{
                 $issueCloseInfo = IssueService::model()::where('status', IssueService::model()::STATUS_CLOSE)->orderBy('id', 'desc')->first();