wangzq 2 lat temu
rodzic
commit
995e913204

+ 4 - 0
app/Modules/Subscribe/Services/ChapterOrderService.php

@@ -236,6 +236,10 @@ class ChapterOrderService
         $chapter_model->setCurrentTable($uid);
         $recode = $chapter_model->where('uid', $uid)
             ->where('fee','>',0)->first();
+        echo "<pre><hr>";
+        var_export($recode);
+        echo  "<hr>";
+        die();
         if ($recode){
             return true;
         }else{