Commit dea57585 by 李传峰

Merge branch 'feature/1007023' into 'release'

feat: [1007023] 从erp跳到编辑端少了几个入口的埋点,而且账号密码不能返回在接口里面

See merge request rays/pcloud-book!1550
parents 698dcf6d 578ebfb1
......@@ -1134,7 +1134,7 @@ public class BookAdviserBizImpl implements BookAdviserBiz {
if(adviserId != null && MapUtils.isNotEmpty(userLoginInfoMap) && userLoginInfoMap.containsKey(adviserId)) {
UserLogin userLogin = userLoginInfoMap.get(adviserId);
bookVO.setAdviserAccount(userLogin!=null ? userLogin.getUserName() :null);
bookVO.setAdviserPwd(userLogin!=null ? userLogin.getCurrentPassword() :null);
bookVO.setEncryptInfo(userLogin!=null ? userLogin.getEncryptInfo() :null);
}
if(adviserId != null && MapUtils.isNotEmpty(adviserAgentMap) && adviserAgentMap.containsKey(adviserId)) {
AdviserBaseInfoDto adviserBaseInfoDto = adviserAgentMap.get(adviserId);
......
......@@ -65,4 +65,6 @@ public class ErpAdviserBookVO implements Serializable {
private int xiaoRuiEducation;
private int chScanCount;
private String encryptInfo;
}
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