Browse Source

Merge branch '20250923-wyp-fix' of Server/growth-manager into master

wangyunpeng 4 weeks ago
parent
commit
6b1cc66988

+ 2 - 2
api-module/src/main/java/com/tzld/piaoquan/api/job/wecom/thirdpart/WeComUserDetailJob.java

@@ -153,10 +153,10 @@ public class WeComUserDetailJob {
                 staffUser.setAvatar(contactItem.getAvatar());
                 staffUser.setSource(contactItem.getSource());
                 staffUser.setEnglishName(contactItem.getEnglish_name());
-                //staffUser.setRemarkPhone(contactItem.getRemark_phone());
+                staffUser.setRemarkPhone(JSONObject.toJSONString(contactItem.getRemark_phone()));
                 staffUser.setRealname(contactItem.getRealname());
                 staffUser.setRealRemarks(contactItem.getReal_remarks());
-                //staffUser.setLabelid(contactItem.getLabelid());
+                staffUser.setLabelid(JSONObject.toJSONString(contactItem.getLabelid()));
                 staffUser.setUserId(contactItem.getUser_id());
                 staffUser.setNickname(contactItem.getNickname());
                 staffUser.setPosition(contactItem.getPosition());