xmy 3 лет назад
Родитель
Сommit
c6f5e1150d
2 измененных файлов с 2 добавлено и 0 удалено
  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,
 		AppId:     req.AppId,
 		Phone:     req.Phone,
+		EntName:   req.EntName,
 	})
 	if err1 != nil {
 		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,
 		Phone:     req.Phone,
 		Deadline:  req.ValidityTime,
+		EntName:   req.EntName,
 	})
 	if err1 != nil {
 		return &types.CommonRes{