Browse Source

fix:企业名字

xmy 3 years ago
parent
commit
c6f5e1150d
2 changed files with 2 additions and 0 deletions
  1. 1 0
      api/internal/logic/pubinfologic.go
  2. 1 0
      api/internal/logic/pubsupplyinfologic.go

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

@@ -85,6 +85,7 @@ func (l *PubInfoLogic) PubInfo(req *types.PubInfoReq) (resp *types.CommonRes, er
 		Contact:   &contact,
 		Contact:   &contact,
 		AppId:     req.AppId,
 		AppId:     req.AppId,
 		Phone:     req.Phone,
 		Phone:     req.Phone,
+		EntName:   req.EntName,
 	})
 	})
 	if err1 != nil {
 	if err1 != nil {
 		return &types.CommonRes{
 		return &types.CommonRes{

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

@@ -54,6 +54,7 @@ func (l *PubSupplyInfoLogic) PubSupplyInfo(req *types.PubInfoReq) (resp *types.C
 		AppId:     req.AppId,
 		AppId:     req.AppId,
 		Phone:     req.Phone,
 		Phone:     req.Phone,
 		Deadline:  req.ValidityTime,
 		Deadline:  req.ValidityTime,
+		EntName:   req.EntName,
 	})
 	})
 	if err1 != nil {
 	if err1 != nil {
 		return &types.CommonRes{
 		return &types.CommonRes{