Commit 3cf033f7 by lyhuang

remove deleted property

parent 0d6f15cb
...@@ -74,7 +74,7 @@ public final class UserDetailsService extends BaseService implements org.springf ...@@ -74,7 +74,7 @@ public final class UserDetailsService extends BaseService implements org.springf
//将当前用户添加到callcenter中的 Agent //将当前用户添加到callcenter中的 Agent
AgentSipPhoneBindInfoResponse aspbiresp = sipPhoneService.getBindInfo(adminUserBean.getUserName(), null); AgentSipPhoneBindInfoResponse aspbiresp = sipPhoneService.getBindInfo(adminUserBean.getUserName(), null);
if("SUCCESS".equals( aspbiresp.getErrMsg()) &&StringUtils.isNotBlank(aspbiresp.getSipPhoneName())){ if("SUCCESS".equals( aspbiresp.getErrMsg()) &&StringUtils.isNotBlank(aspbiresp.getSipPhoneName())){
adminUserBean.setSipPhone(aspbiresp.getSipPhoneName()); // adminUserBean.setSipPhone(aspbiresp.getSipPhoneName());
}else{ }else{
Agent agent = new Agent(); Agent agent = new Agent();
agent.setAgentName(adminUserBean.getUserName()); agent.setAgentName(adminUserBean.getUserName());
......
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 sign in to comment