afa 5 달 전
부모
커밋
882f3512d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)