duxin 3 år sedan
förälder
incheckning
c35d8724ff

+ 2 - 2
api/internal/logic/assprojecctlogic.go

@@ -1,8 +1,8 @@
 package logic
 
 import (
-	"context"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumer"
+	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
 
@@ -31,7 +31,7 @@ func (l *AssProjecctLogic) AssProjecct(req *types.AssProjecctReq) (resp *types.C
 		UserId:  req.UserId,
 		Match:   req.Match,
 		AppId:   req.AppId,
-		MsqType: common.Int64All(req.MsgType),
+		MsgType: common.Int64All(req.MsgType),
 	})
 	if err0 != nil {
 		return &types.CommonRes{

+ 1 - 1
api/internal/logic/delmypublishlogic.go

@@ -32,7 +32,7 @@ func (l *DelMyPublishLogic) DelMyPublish(req *types.MyPublishCommonReq) (resp *t
 		MsgId:   req.MsgId,
 		AppId:   req.AppId,
 		Type:    common.Int64All(req.Type),
-		MsgType: common.InterfaceToStr(req.MsgType),
+		MsgType: req.MsgType,
 	})
 	if err0 != nil {
 		return &types.CommonRes{

+ 1 - 1
api/internal/logic/mypublishdetaillogic.go

@@ -32,7 +32,7 @@ func (l *MyPublishDetailLogic) MyPublishDetail(req *types.MyPublishCommonReq) (r
 		UserId:  req.UserId,
 		MsgId:   req.MsgId,
 		Type:    common.Int64All(req.Type),
-		MsgType: common.InterfaceToStr(req.MsgType),
+		MsgType: req.MsgType,
 		AppId:   req.AppId,
 	})
 	if err0 != nil {

+ 1 - 1
api/internal/logic/mypublishlistlogic.go

@@ -31,7 +31,7 @@ func (l *MyPublishListLogic) MyPublishList(req *types.MyPublishListReq) (resp *t
 		UserId:       req.UserId,
 		AppId:        req.AppId,
 		Match:        req.Match,
-		MsgType:      common.InterfaceToStr(req.MsgType),
+		MsgType:      req.MsgType,
 		ReviewStatus: common.Int64All(req.ReviewStatus),
 		PageSize:     common.Int64All(req.PageSize),
 		PageIndex:    common.Int64All(req.PageIndex),

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

@@ -70,7 +70,7 @@ func (l *PubInfoLogic) PubInfo(req *types.PubInfoReq) (resp *types.CommonRes, er
 		UserId:    req.UserId,
 		EntId:     req.EntId,
 		Title:     req.Title,
-		MsgType:   common.InterfaceToStr(req.MsgType),
+		MsgType:   req.MsgType,
 		RelatedId: req.RelatedId,
 		Code:      req.Code,
 		Province:  req.Province,

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

@@ -38,7 +38,7 @@ func (l *PubSupplyInfoLogic) PubSupplyInfo(req *types.PubInfoReq) (resp *types.C
 		UserId:    req.UserId,
 		EntId:     req.EntId,
 		Title:     req.Title,
-		MsgType:   common.InterfaceToStr(req.MsgType),
+		MsgType:   req.MsgType,
 		RelatedId: req.RelatedId,
 		Code:      req.Code,
 		Province:  req.Province,