小飞侠
2026-04-07 4fa007df2dd1b9666f414954464db1d4e8a7e1e0
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;
                        }
                    }