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; } }