小飞侠
2026-04-07 a622695a0cd6ea5aa63869f5c1a891e589909f48
cylsg/cylsg.Application/Users/UserAppService.cs
@@ -74,7 +74,7 @@
                }
            }
            userDto.userWorker.IsLingHuoYongGong = IsGuDing;
            decimal ab = userDto.userWorker.TiXianZonge ?? 0 - userDto.userWorker.YiTiXianJine ?? 0 ;
            decimal ab = (userDto.userWorker.TiXianZonge ?? 0) - (userDto.userWorker.YiTiXianJine ?? 0 );
            userDto.userWorker.Balance =ab < 0 ? 0 : ab;
            if (IsGuDing)
            {
@@ -338,7 +338,7 @@
            }
            userDto.userWorker.IsLingHuoYongGong = IsGuDing;
          
            decimal ab = userDto.userWorker.TiXianZonge ?? 0 - userDto.userWorker.YiTiXianJine ?? 0;
            decimal ab = (userDto.userWorker.TiXianZonge ?? 0) - (userDto.userWorker.YiTiXianJine ?? 0);
            userDto.userWorker.Balance = ab < 0 ? 0 : ab;
            if (IsGuDing)
            {