c98381dd by yangjianbin

init

1 parent 41275355
...@@ -40,8 +40,8 @@ class CheckLogin ...@@ -40,8 +40,8 @@ class CheckLogin
40 $session->repaymentPlanSource = $this->getRepaymentPlanSource(); 40 $session->repaymentPlanSource = $this->getRepaymentPlanSource();
41 } 41 }
42 42
43 if (!$session->allRole) { 43 if (!$session->role) {
44 $session->allRole = $this->getAllRole(); 44 $session->role = $this->getAllRole();
45 } 45 }
46 46
47 if (!$session->relationEnum) { 47 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!