f063006e by yangjianbin

init

1 parent 9e01e4c7
...@@ -20,8 +20,8 @@ class CheckLogin ...@@ -20,8 +20,8 @@ class CheckLogin
20 $session->orderStatus = $this->getOrderStatus(); 20 $session->orderStatus = $this->getOrderStatus();
21 } 21 }
22 if (!$session->departments) { 22 if (!$session->departments) {
23 $session->departments = $this->getDepartment();
23 } 24 }
24 $session->departments = $this->getDepartment();
25 if (!$session->customerManagers) { 25 if (!$session->customerManagers) {
26 $session->customerManagers = $this->getCustomerManagers(); 26 $session->customerManagers = $this->getCustomerManagers();
27 } 27 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!