DESKTOP-9BNTV8O
2025-03-11 6fee855d645de9dbf1c4072ab28c3f1e7a3d4d09
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 =>