Commit ce71839e by 冷斌

fix bug

parent c866118b
...@@ -51,7 +51,7 @@ class ProfitController extends HomebaseController ...@@ -51,7 +51,7 @@ class ProfitController extends HomebaseController
$type = $user_family['role'] ? 2 : 3; $type = $user_family['role'] ? 2 : 3;
} }
return 2; return $type;
} }
protected function getInfo() protected function getInfo()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment