wangzq 2 years ago
parent
commit
a201e5fb2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Modules/Subscribe/Services/ChapterOrderService.php

+ 1 - 1
app/Modules/Subscribe/Services/ChapterOrderService.php

@@ -237,7 +237,7 @@ class ChapterOrderService
         $recode = $chapter_model->where('uid', $uid)
             ->where('fee','>',0)->first();
         if ($recode){
-            return ture;
+            return true;
         }else{
             return  false;
         }