设备关键词查询
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m7s

This commit is contained in:
Break
2026-06-04 10:34:58 +08:00
parent d86ac46761
commit cce27975a1
3 changed files with 7 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ func (s *Service) List(ctx context.Context, req *dto.ListDeviceRequest) (*dto.Li
if req.IMEI != "" {
filters["imei"] = req.IMEI
}
if req.Keyword != "" {
filters["keyword"] = req.Keyword
}
if req.DeviceName != "" {
filters["device_name"] = req.DeviceName
}