feat: update medias

This commit is contained in:
yanghao05
2025-04-09 19:08:35 +08:00
parent f328de00fd
commit 1ef2f9318e
5 changed files with 28 additions and 10 deletions

View File

@@ -3,7 +3,6 @@ package models
import (
"context"
"errors"
"log"
"time"
"quyun/app/requests"
@@ -35,7 +34,6 @@ func (m *postsModel) BuildConditionWithKey(key *string) BoolExpression {
)
if key == nil || *key == "" {
log.Fatal(*key)
return cond
}