wxw
2024-09-06 83a982e1e889cb8f6ba03cab92b222d83434a398
Admin.NET/WCS.Application/Service/WcsDevice/WcsDeviceService.cs
@@ -286,7 +286,7 @@
    {
        return await _wcsDeviceRep.Context.Queryable<WcsPlc>()
                .Where(w => w.Type == PLCTypeEnum.RobotPalletizer || w.Type == PLCTypeEnum.StackingRobot)
                .OrderBy(o => o.Type)
                .OrderByDescending(o => o.Type)
                .Select(u => new
                {
                    id = u.Id,