c98381dd by yangjianbin

init

1 parent 41275355
......@@ -40,8 +40,8 @@ class CheckLogin
$session->repaymentPlanSource = $this->getRepaymentPlanSource();
}
if (!$session->allRole) {
$session->allRole = $this->getAllRole();
if (!$session->role) {
$session->role = $this->getAllRole();
}
if (!$session->relationEnum) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!