From dc962c6426829f6c843bb57fb89627974667470c Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 17 五月 2024 15:50:07 +0800
Subject: [PATCH] 音频检索增加时间范围和是否关注的搜索条件

---
 controllers/audio.go |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/controllers/audio.go b/controllers/audio.go
index ad13a82..2476a6c 100644
--- a/controllers/audio.go
+++ b/controllers/audio.go
@@ -178,6 +178,9 @@
 		SetTrainNumber(params.TrainNumber).
 		SetDriverNumber(params.DriverNumber).
 		SetStation(params.StationNumber).
+		SetBeginTime(params.BeginTime).
+		SetEndTime(params.EndTime).
+		SetIsFollowed(params.IsFollowed).
 		Find()
 
 	if err != nil {

--
Gitblit v1.8.0