第 310 位会员
:smile: 查询补充:
// use params binding $customers = Customer::find()->where('age=:age AND status=:status', [':age'=>30, ':status'=>1])->all();