Pārlūkot izejas kodu

客成修改线索名称移交客成

renjiaojiao 2 dienas atpakaļ
vecāks
revīzija
f7e6e4df56
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      api/internal/logic/getcompanytypelogic.go

+ 1 - 0
api/internal/logic/getcompanytypelogic.go

@@ -39,6 +39,7 @@ func (l *GetCompanyTypeLogic) GetCompanyType(req *types.GetCompanyTypeReq) (resp
 			"isCustomer": res.IsCustomer,
 			"isGroup":    res.IsGroup,
 			"isCommerce": res.IsCommerce,
+			"isEntUser":  res.IsEntUser,
 		},
 	}
 	return resp, err