小飞侠
2026-04-07 d54303c9528cfc0446dd6d0658b6c60e75524484
cylsg/cylsg.Application/Transfer/UserTransfer.cs
@@ -94,12 +94,12 @@
                    bool IsGuDing = false;
                    var bdct = new BaseRepository<OrderBidding>();
                    if (bdct == null)
                    if (bdct != null)
                    {
                      var userBd=     await bdct.GetFirstAsync(x=>x.WorkerUserId==userid);
                      var userBd=     await bdct.GetFirstAsync(x=>x.WorkerUserId==userid&&x.IsGuding==true);
                        if(userBd != null)
                        {
                            IsGuDing = userBd.IsGuding??false;
                            IsGuDing = true;
                        }
                    }