项目列表
This commit is contained in:
@@ -52,6 +52,10 @@ class HomeService extends BaseService
|
||||
*/
|
||||
public function projectList(): array
|
||||
{
|
||||
sleep(0.5);
|
||||
$this->queryField = [
|
||||
'title' => 'like'
|
||||
];
|
||||
$this->where[] = [ 'status', '=', 1 ];
|
||||
$this->with = [
|
||||
'frameworks:id,name',
|
||||
|
||||
Reference in New Issue
Block a user