|
|
@@ -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)
|