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>