Commit 45527f8c by qwmqiuwenmin

fix

parent dbaf0783
......@@ -77,6 +77,9 @@ public class LoginController extends WebBaseController{
LoginVO loginVO = new LoginVO();
// StaffDTO staff = staffApiService.selectById("1");
logger.info("【好办登录】staff={}",JSON.toJSONString(loginStaff));
if(loginStaff == null){
return;
}
loginVO.setWxEnterpriseId(loginStaff.getWxEnterpriseId());
loginVO.setStaffDTO(loginStaff);
AuthRequestUtil.setSessionUser(loginVO);
......
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