|
|
@@ -131,7 +131,7 @@ public class StaffService extends BaseService<Staff> {
|
|
|
staff.setStaffCode(codeMap.get("outNote").toString());
|
|
|
// 更新 被邀人员的cpid
|
|
|
if (staff.getWxUserId()!=null){
|
|
|
- // 更新邀请人员的微信用户的cpid 加入公司
|
|
|
+ // 更新 被邀请人员的微信用户的cpid 加入公司
|
|
|
Map<String, Object> collectQuery = new HashMap<>();
|
|
|
collectQuery.put("cpId", staff.getCpId());
|
|
|
collectQuery.put("userId", staff.getWxUserId());
|