From c3d5f18e68517c4d03b7e39fa8ec82b637b8548e Mon Sep 17 00:00:00 2001 From: ziming Date: Thu, 18 Dec 2025 14:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E7=AC=94=E7=AB=8B=E5=87=8F=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/data/repoimpl/multi_notify_log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/data/repoimpl/multi_notify_log.go b/internal/data/repoimpl/multi_notify_log.go index a1d08ea..78e5dcf 100644 --- a/internal/data/repoimpl/multi_notify_log.go +++ b/internal/data/repoimpl/multi_notify_log.go @@ -115,7 +115,7 @@ func (p *MultiNotifyLogRepoImpl) Fail(ctx context.Context, id int64, remark stri RequestStatus: vo.MultiNotifyLogStatusWait.GetValue(), }). Updates(model.MultiNotifyLog{ - RequestStatus: vo.MultiNotifyLogStatusSuccess.GetValue(), + RequestStatus: vo.MultiNotifyLogStatusFail.GetValue(), Response: remark, UpdateTime: &now, })