Browse Source

no message

xingzai 1 year ago
parent
commit
605c766d01
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/cygx/yanxuan_special.go

+ 1 - 0
controllers/cygx/yanxuan_special.go

@@ -56,6 +56,7 @@ func (this *YanxuanSpecialController) Add() {
 		return
 	}
 
+	//获取关联公司的用户信息
 	infoUser, err := cygx.GetUserAndCompanyNameList(req.UserId)
 	if err != nil {
 		br.Msg = "获取失败"