You've already forked guangan
UserShare
This commit is contained in:
@ -31,7 +31,7 @@ class UserShare extends Controller
|
||||
$query->like(['title|content|ticket_address|contact_phone#keyword'])
|
||||
->dateBetween(['create_at'])
|
||||
->equal(['status', 'type_id']);
|
||||
$query->with(['user'])->append(['imgs_arr', 'type_name']);
|
||||
$query->append(['imgs_arr', 'type_name']);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user