任务列表按日期统计
This commit is contained in:
parent
9fcaadc7ba
commit
f54d43c16b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user