wangzq il y a 2 ans
Parent
commit
a201e5fb2f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
         }