|
@@ -29,7 +29,7 @@ class Subscribe extends Base{
|
|
|
$data = [
|
|
|
'belong'=>$param['belong'],
|
|
|
'action'=>$param['action'],
|
|
|
- 'role_action'=>WorkRole::where("id","=",$this->roleid)->value("action",""),
|
|
|
+ 'role_action'=>\app\bug\model\WorkRole::where("id","=",$this->roleid)->value("action",""),
|
|
|
'role_id'=>$this->roleid,
|
|
|
'apply_id'=>$this->uid,
|
|
|
'apply_name'=>$this->uname,
|