f063006e by yangjianbin

init

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