去除了算一算app用户绑定。主要涉及接口为登陆接口,检测用户状态

This commit is contained in:
2025-01-08 13:44:46 +08:00
parent bafd5397be
commit 8525e0263f
9 changed files with 15 additions and 277 deletions
-2
View File
@@ -2,7 +2,6 @@ package dao
import (
"errors"
"fmt"
"gorm.io/gorm"
"gorm.io/gorm/clause"
"hepa-calc-api/api/model"
@@ -187,7 +186,6 @@ func (r *QuestionDao) GetQuestionPageSearch(req requests.GetQuestionPage, page,
// 搜索关键字
if req.Keyword != "" {
fmt.Println(111)
keyword := "%" + req.Keyword + "%" //
// 标题