Commit b38beb49 by guojx

运维登录人手机号

parent 4d72c7bb
...@@ -382,6 +382,7 @@ public class LoginController extends WebBaseController { ...@@ -382,6 +382,7 @@ public class LoginController extends WebBaseController {
//运维登录信息 //运维登录信息
webLoginDTO.setOperationUserId(operationUserId); webLoginDTO.setOperationUserId(operationUserId);
webLoginDTO.setOperationUserName(userName); webLoginDTO.setOperationUserName(userName);
webLoginDTO.setClerkPhone(userMobile);
String redirectUri = config.getHost() + "index"; String redirectUri = config.getHost() + "index";
redirectUri = redirectUri.replace("haoban-manage3-web", "haoban-3/#"); redirectUri = redirectUri.replace("haoban-manage3-web", "haoban-3/#");
String token = ToolUtil.randomUUID() + "-" + ToolUtil.randomStringByTime(); String token = ToolUtil.randomUUID() + "-" + ToolUtil.randomStringByTime();
......
...@@ -79,9 +79,9 @@ public class HbLogRecordController { ...@@ -79,9 +79,9 @@ public class HbLogRecordController {
e.printStackTrace(); e.printStackTrace();
} }
} }
// if(null == loginUser || StringUtils.isBlank(loginUser.getOperationUserName())) { if(null == loginUser || StringUtils.isBlank(loginUser.getOperationUserName())) {
// filter.append("ywFlag", new BasicDBObject("$ne",1)) ; filter.append("ywFlag", new BasicDBObject("$ne",1)) ;
// } }
LOGGER.info(JSON.toJSONString(filter)); LOGGER.info(JSON.toJSONString(filter));
doc.setFilter(filter); doc.setFilter(filter);
Bson sort = new BasicDBObject().append("createTime", -1); Bson sort = new BasicDBObject().append("createTime", -1);
......
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