瀏覽代碼

fixed 提交 0008234: 【搜索框】个人信息-我的设备 / 机构管理-机构设备的设备查询框

MIke 2 年之前
父節點
當前提交
6297df7338
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Service/DeviceService.cs

+ 1 - 0
Service/DeviceService.cs

@@ -340,6 +340,7 @@ namespace WingDeviceService.Service
             {
                 deviceList = deviceList.Where(d => d.DeviceModel == request.DeviceModel)?.ToList() ?? new List<DeviceExtendInfoDTO>();
             }
+            request.KeyWord = request.KeyWord.Trim();
             if (!string.IsNullOrWhiteSpace(request.KeyWord))
             {
                 var keyword = request.KeyWord.ToLower();