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

+ 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{