|
@@ -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),
|