wangzq 2 年 前
コミット
9f5a0894ef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Modules/Subscribe/Services/ChapterOrderService.php

+ 1 - 1
app/Modules/Subscribe/Services/ChapterOrderService.php

@@ -236,7 +236,7 @@ class ChapterOrderService
         $chapter_model->setCurrentTable($uid);
         $recode = $chapter_model->where('uid', $uid)
             ->where('fee','>',0)->first();
-        if (empty($recode)){
+        if (!empty($recode)){
             return true;
         }else{
             return  false;