DESKTOP-9BNTV8O
2025-03-11 6fee855d645de9dbf1c4072ab28c3f1e7a3d4d09
test
1个文件已修改
1 ■■■■ 已修改文件
Admin.NET/WCS.Application/Service/WcsPlc/WcsPlcService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 =>