Explorar o código

Merge branch 'crm/need_1062' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

zhangchuanxing hai 1 semana
pai
achega
39457924b8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      controllers/company_user.go

+ 1 - 0
controllers/company_user.go

@@ -2789,6 +2789,7 @@ func (this *CompanyController) PotentialUserMove() {
 		OpUserName:             sysUser.RealName,
 		CreateTime:             time.Now(),
 	})
+	wxUser.CompanyId = oldWxUser.CompanyId
 	go services.AddWxUserMoveLog(wxUser, sysUser, req.CompanyId) // 添加用户移动日志记录
 	br.Ret = 200
 	br.Success = true