Browse Source

Merge branch '20250903-wyp-autoCreateRoom' of Server/growth-manager into master

wangyunpeng 1 week ago
parent
commit
77f64152a7

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

@@ -85,6 +85,8 @@ public class WeComUserDetailJob {
                         staff.setUpdateTime(new Date());
                         staffMapper.updateByPrimaryKeySelective(staff);
                     }
+                    syncRoomList(uuid, staff);
+                    syncStaffUserList(uuid, staff);
                 } finally {
                     cdl.countDown();
                 }