Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
373e1a6f6c
@ -78,7 +78,7 @@ class EnterCompany extends BaseController
|
|||||||
public function get_list($page=1,$limit=10)
|
public function get_list($page=1,$limit=10)
|
||||||
{
|
{
|
||||||
$uid = $this->request->uid();
|
$uid = $this->request->uid();
|
||||||
$where = ['uid' => $this->request->uid()];
|
$where = ['uid' => $this->request->uid(),'paid'=>1];
|
||||||
$cart_id = Db::table('eb_store_cart')
|
$cart_id = Db::table('eb_store_cart')
|
||||||
->where('uid', '=', $uid)
|
->where('uid', '=', $uid)
|
||||||
->where('is_dg', '=', 1)
|
->where('is_dg', '=', 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user