WH01243 3 жил өмнө
parent
commit
15439f1132

+ 1 - 1
rpc/messagecenter/internal/logic/saveautoreplymsglogic.go

@@ -28,7 +28,7 @@ func NewSaveAutoReplyMsgLogic(ctx context.Context, svcCtx *svc.ServiceContext) *
 func (l *SaveAutoReplyMsgLogic) SaveAutoReplyMsg(in *messagecenter.SaveAutoReplyReq) (*messagecenter.MessageResp, error) {
 	// todo: add your logic here and delete this line
 	m := service.MessaggeService{}
-	error_code := m.SaveAutoReplyMsg(in.UserType, in.EntId, in.EntUserId, in.UserId, in.Content, in.AppId)
+	error_code := m.SaveAutoReplyMsg(in.UserType, in.EntId, in.EntUserId, in.UserId, in.Content, in.AppId, in.NowFormat)
 	error_message := "保存失败"
 	if error_code {
 		return &messagecenter.MessageResp{