seven 2 viikkoa sitten
vanhempi
commit
e0e9160ba0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -892,7 +892,7 @@ class IssueService extends BaseService
                 Cache::set('new_issue_no', $new_issue_no, 10); // 缓存
             }
         }
-
+        var_dump($new);
         return $result;
     }