shoppingmallv2 init...
This commit is contained in:
parent
124f2f64f2
commit
29dff0483b
@ -54,9 +54,7 @@ class OrderController extends FrontController
|
|||||||
$this->_model->orWhereIn('uid', $uids);
|
$this->_model->orWhereIn('uid', $uids);
|
||||||
}
|
}
|
||||||
} elseif (count($uids)) {
|
} elseif (count($uids)) {
|
||||||
if (count($uids)) {
|
$this->_model->whereIn('uid', $uids);
|
||||||
$this->_model->whereIn('uid', $uids);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user