wugg il y a 9 mois
Parent
commit
23b63e336c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/bug/controller/Subscribe.php

+ 1 - 1
app/bug/controller/Subscribe.php

@@ -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,