wangzq 2 năm trước cách đây
mục cha
commit
a201e5fb2f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         }