Prechádzať zdrojové kódy

Merge branch '20251119-wyp-weCom' into test

wangyunpeng 1 deň pred
rodič
commit
8b0ec7e1fb

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