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