任务列表按日期统计

This commit is contained in:
luofei 2023-07-26 17:22:46 +08:00
parent 9fcaadc7ba
commit f54d43c16b

View File

@ -102,6 +102,7 @@ class Task extends Model
$map3 = [];
$map4 = [];
}
$param['limit'] = !empty($param['day']) ? 999 : $param['limit'];
$query = Db::name('Task')->where(function ($query) use ($map1, $map2, $map3, $map4) {
$query->where($map1)->whereor($map2)->whereor($map3);