Lravel使用ORM根据日期查询数据
场景
场景1
# 昨天8:00的时间
$start = strtotime(date('Y-m-d H:i:s', strtotime("-1 day")));
$start_time =