wxw
2025-03-25 01503b2809977ecdab703695c8e4bd70324f3c62
Admin.NET/WCS.Application/Service/WcsPlc/WcsPlcService.cs
@@ -37,7 +37,7 @@
            .WhereIF(input.Type.HasValue, u => u.Type == input.Type)
            .WhereIF(input.Enable.HasValue, u => u.Enable == input.Enable)
            .Select<WcsPlcOutput>();
        return await query.OrderBuilder(input).ToPagedListAsync(input.Page, input.PageSize);
        return await query.OrderBuilder(input,input.Type.ToString()).ToPagedListAsync(input.Page, input.PageSize);
    }
    /// <summary>