区分环境
This commit is contained in:
		| @@ -26,7 +26,7 @@ func NewEnterpriseServer(svcCtx *svc.ServiceContext) *EnterpriseServer { | ||||
| // 获取待审核企业列表 | ||||
| func (s *EnterpriseServer) GetPendingEnterprise(ctx context.Context, in *user.GetPendingEnterpriseReq) (*user.GetPendingEnterpriseResp, error) { | ||||
| 	l := enterpriselogic.NewGetPendingEnterpriseLogic(ctx, s.svcCtx) | ||||
| 	return l.GetPendingEnterprise() | ||||
| 	return l.GetPendingEnterprise(in) | ||||
| } | ||||
|  | ||||
| // 审核企业 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user