wxw
2025-06-15 2f263d548dc8b9e270f5f5663e80f9d4f5880b10
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>