push
CI / changes (push) Successful in 35s
CI / ad (push) Successful in 0s
CI / admin (push) Successful in 0s
CI / bff (push) Successful in 0s
CI / chore (push) Successful in 0s
CI / equipment (push) Successful in 0s
CI / express (push) Successful in 27s
CI / lonelog (push) Successful in 1s
CI / product (push) Successful in 0s
CI / sale (push) Successful in 0s
CI / task (push) Successful in 0s
CI / user (push) Successful in 0s
CI / wecom (push) Successful in 0s

This commit is contained in:
2026-09-03 18:21:15 +08:00
parent d81c979688
commit 9fb4f568d4
2 changed files with 8 additions and 7 deletions
@@ -36,6 +36,7 @@ func (l *ItemsLogic) Items(in *lonelog.ItemsRequest) (*lonelog.Response, error)
Size: int(in.Size),
Order: "id desc",
}
// 查询条件
w.Like = make(map[string]string)
eq := make(map[string]string)
w.Other = make(map[string]string)