@@ -651,7 +651,7 @@ namespace MySystem.Areas.Admin.Controllers
{
prizes.Add(50);
}
- else if ((pos.BrandId == 10 || pos.BrandId == 11) && pos.IsFirst == 1 && ActPrize == 0 && DateTime.Now < DateTime.Parse("2023-05-01 00:00:00")) //联动首台无押金机返50
+ else if ((pos.BrandId == 10 || pos.BrandId == 11) && pos.IsFirst == 1 && ActPrize == 0 && (DateTime.Now < DateTime.Parse("2023-05-01 00:00:00") || SysUserName == "admin")) //联动首台无押金机返50