|
|
@@ -143,7 +143,7 @@ public class WeComThirdPartyAccountServiceImpl implements WeComThirdPartyAccount
|
|
|
List<ThirdPartyAccountVO> result = new ArrayList<>();
|
|
|
for (ThirdPartWeComStaff staff : staffList) {
|
|
|
ThirdPartyAccountVO vo = new ThirdPartyAccountVO();
|
|
|
- vo.setId(staff.getThirdStaffId());
|
|
|
+ vo.setId(staff.getId());
|
|
|
vo.setCorpName(corpMap.get(staff.getCorpId()).getName());
|
|
|
vo.setAccountName(staff.getName());
|
|
|
vo.setRealName(staff.getRealName());
|