wangzq %!s(int64=2) %!d(string=hai) anos
pai
achega
995e913204
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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{