工匠学院 - 推送人员数据时补全img路径前缀

xuyifeng-0724-人员中台对接-dev
water_xu 2024-07-02 16:05:30 +08:00
parent ec119c49d7
commit 875f37ee50
5 changed files with 5 additions and 5 deletions

View File

@ -106,7 +106,7 @@ public class GuFenSupervise extends NodeComponent {
.phoneNumber(entity.getString("USERNAME"))
.idCard(entityInfo.getString("CARD_ID"))
.orgTree("集团外公司(含外协单位)/"+ entity.getString("BELONG_TO_CORP_NAME"))
.avatarUrl(entityInfo.getString("PHOTO"))
.avatarUrl("https://wwag.qhdsafety.com/file/" + entityInfo.getString("PHOTO"))
.build();
List<UserDTO> list = new ArrayList<UserDTO>();
list.add(userDTO);

View File

@ -108,7 +108,7 @@ public class GuFenWeiTuoSupervise extends NodeComponent {
.phoneNumber(entity.getString("USERNAME"))
.idCard(entityInfo.getString("CARD_ID"))
.orgTree("集团外公司(含外协单位)/"+ entity.getString("BELONG_TO_CORP_NAME"))
.avatarUrl(entityInfo.getString("PHOTO"))
.avatarUrl("https://wwag.qhdsafety.com/file/" + entityInfo.getString("PHOTO"))
.build();
List<UserDTO> list = new ArrayList<UserDTO>();
list.add(userDTO);

View File

@ -106,7 +106,7 @@ public class JiTuanSupervise extends NodeComponent {
.phoneNumber(entity.getString("USERNAME"))
.idCard(entityInfo.getString("CARD_ID"))
.orgTree("集团外公司(含外协单位)/"+ entity.getString("BELONG_TO_CORP_NAME"))
.avatarUrl(entityInfo.getString("PHOTO"))
.avatarUrl("https://wwag.qhdsafety.com/file/" + entityInfo.getString("PHOTO"))
.build();
List<UserDTO> list = new ArrayList<UserDTO>();
list.add(userDTO);

View File

@ -107,7 +107,7 @@ public class JiTuanWeiTuoSupervise extends NodeComponent {
.phoneNumber(entity.getString("USERNAME"))
.idCard(entityInfo.getString("CARD_ID"))
.orgTree("集团外公司(含外协单位)/"+ entity.getString("BELONG_TO_CORP_NAME"))
.avatarUrl(entityInfo.getString("PHOTO"))
.avatarUrl("https://wwag.qhdsafety.com/file/" + entityInfo.getString("PHOTO"))
.build();
List<UserDTO> list = new ArrayList<UserDTO>();
list.add(userDTO);

View File

@ -139,7 +139,7 @@ public class YiBanSupervise extends NodeComponent {
.phoneNumber(entity.getString("USERNAME"))
.idCard(entityInfo.getString("CARD_ID"))
.orgTree("集团外公司(含外协单位)/"+ entity.getString("BELONG_TO_CORP_NAME"))
.avatarUrl(entityInfo.getString("PHOTO"))
.avatarUrl("https://wwag.qhdsafety.com/file/" + entityInfo.getString("PHOTO"))
.build();
List<UserDTO> list = new ArrayList<UserDTO>();
list.add(userDTO);