|
|
public function getUserProduct($uid, $product, $order_ids)
|
|
public function getUserProduct($uid, $product, $order_ids)
|
|
|
$res = $this->getModel()->where('uid', $uid)->where('product_id', $product)->where('oid', 'in', $order_ids)->count();
|
|
$res = $this->getModel()->where('uid', $uid)->where('product_id', $product)->where('oid', 'in', $order_ids)->count();
|