67e7737c88cbe47f595f9f4abfa8ab0f1082b056..8c8404c55a863844cc674a8bedb2cfdb92c1c288
2025-02-08 移动系统liao
Merge remote-tracking branch 'origin/master' into cyronghe
8c8404 对比 | 目录
2025-02-05 username@email.com
修改审核中员工排在前边
d86bc0 对比 | 目录
1个文件已修改
2 ■■■ 已修改文件
cylsg/cylsg.Application/Orders/OrderWorkerAppService.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
cylsg/cylsg.Application/Orders/OrderWorkerAppService.cs
@@ -314,7 +314,7 @@
                }
            }
            orderBiddings = orderBiddings.Where(x => (x.IsSelected == null || x.IsSelected != false)).ToList();
            orderBiddings = orderBiddings.Where(x => (x.IsSelected == null || x.IsSelected != false)).OrderBy(x=>x.IsSelected).ToList();
            var orderBiddingDtos = _mapper.Map<List<OrderBiddingDto>>(orderBiddings);
            if(orderBiddingDtos != null&& orderBiddingDtos.Count > 0)
            {