|
|
->where('create_time', '<=', time() - ($cancelTime + $overtime) * 60);
|
|
->where('create_time', '<=', time() - ($cancelTime + $overtime) * 60);
|
|
|
->select(['id', 'user_id', 'business_id','advert_id','order_no', 'type', 'num','total'])
|
|
->select(['id', 'user_id', 'business_id','advert_id','order_no', 'type', 'num','total'])
|
|
|
->each(function ($item, $k) use($cacheKey, &$fail, &$success){
|
|
->each(function ($item, $k) use($cacheKey, &$fail, &$success){
|