Commit 2dfd82c2 by 汪伟伟

。。。

parent 57e06830
......@@ -125,11 +125,6 @@ class NoDoneTaskController extends AdminController
}
})
,'receives.user'
// =>fn($q)=>$q->where(function ($query)use($param){
// if (!empty($param['receives']['user']['name'])){
// $query->where('name','like',"%{$param['receives']['user']['name']}%");
// }
// })
])->whereHas('receives',function ($query){
return $query->where('status',0);
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment