Admin.NET/WCS.Application/Service/WcsPlc/WcsPlcService.cs
@@ -27,6 +27,7 @@ [DisplayName("分页查询PLC")] public async Task<SqlSugarPagedList<WcsPlcOutput>> Page(PageWcsPlcInput input) { input.SearchKey = input.SearchKey?.Trim(); var query = _wcsPlcRep.AsQueryable() .WhereIF(!string.IsNullOrEmpty(input.SearchKey), u =>