瀏覽代碼

fix:企业名字

xmy 3 年之前
父節點
當前提交
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{