wangyunpeng vor 1 Tag
Ursprung
Commit
6a4ce8af43

+ 1 - 1
api-module/src/main/java/com/tzld/piaoquan/api/service/wecom/thirdparty/impl/WeComThirdPartyAccountServiceImpl.java

@@ -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());