$staff_arr=model('staff')->where('status',0)->select(); $times=model('Timescount')->whereNotIn('realnameid',$staff_arr['id'])->select();