You've already forked guangan
工单
This commit is contained in:
@ -8,6 +8,7 @@ use plugin\ticket\model\TicketType;
|
||||
use plugin\ticket\model\TicketUserShare;
|
||||
use think\admin\Controller;
|
||||
use think\admin\helper\QueryHelper;
|
||||
use think\admin\model\SystemUser;
|
||||
|
||||
/**
|
||||
* 用户随手拍
|
||||
@ -57,7 +58,7 @@ class UserShare extends Controller
|
||||
$this->ticket_list = [];
|
||||
}
|
||||
$this->type_list = TicketType::getList();
|
||||
$this->user_list = [];
|
||||
$this->user_list = SystemUser::query()->select();
|
||||
$this->fetch('detail');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user