更新
This commit is contained in:
parent
44a06e0be0
commit
135912b9a1
@ -225,8 +225,10 @@ class StoreOrderDao extends BaseDao
|
||||
$wheres['source'] = [2, 103];
|
||||
$query->where($wheres);
|
||||
} else {
|
||||
if(isset($where['product_type']) && $where['product_type'] !== ''){
|
||||
$query->where('activity_type', $where['product_type']);
|
||||
}
|
||||
}
|
||||
return $query;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user