shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-03 16:08:06 +09:00
parent 124f2f64f2
commit 29dff0483b

View File

@ -54,9 +54,7 @@ class OrderController extends FrontController
$this->_model->orWhereIn('uid', $uids);
}
} elseif (count($uids)) {
if (count($uids)) {
$this->_model->whereIn('uid', $uids);
}
$this->_model->whereIn('uid', $uids);
}
}
}