51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#pluck
Laravel中pluck的使用——返回指定的字段值信息列表
$model=self::where(['is_delete'=>0,'is_on_sale'=>1])->whereIn('goods.cat_id',GoodsCategory::getCategoryIds($category))->pluck('brand_id');returnself...
代码星球
·
2020-11-22
Laravel
pluck
使用
返回
定的
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他