afa 5 months ago
parent
commit
882f3512d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/logic/PledgeLogic.php

+ 1 - 1
application/api/logic/PledgeLogic.php

@@ -39,7 +39,7 @@ class PledgeLogic
     {
         $model  = Loader::model('ProductOrder');
         return $model::alias('a')
-        ->join('product_lists b', 'a.product_id = b.id', 'left')
+        ->join('product_list b', 'a.product_id = b.id', 'left')
         ->where('b.is_show', ProductLists::Normal)
         ->where('a.user_id', $user_id)
         ->where('a.product_id', $product_id)