afa 5 сар өмнө
parent
commit
882f3512d5

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

@@ -39,7 +39,7 @@ class PledgeLogic
     {
     {
         $model  = Loader::model('ProductOrder');
         $model  = Loader::model('ProductOrder');
         return $model::alias('a')
         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('b.is_show', ProductLists::Normal)
         ->where('a.user_id', $user_id)
         ->where('a.user_id', $user_id)
         ->where('a.product_id', $product_id)
         ->where('a.product_id', $product_id)