Browse Source

赠送机改为循环机

lichunlei 2 years ago
parent
commit
9d477e76e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/Profit/ProfitHelper.cs

+ 1 - 1
AppStart/Helper/Profit/ProfitHelper.cs

@@ -945,7 +945,7 @@ namespace MySystem
             int BrandId = machine.BrandId;
             DateTime Start = machine.ActivationTime.Value;
             ProfitResult result = new ProfitResult();
-            if (machine.PosSnType == 1 && machine.UserId != machine.BuyUserId) //赠送机具,划拨给其他人,没有激活返现没有循环
+            if (machine.PosSnType == 1 && machine.UserId != machine.BuyUserId) //循环机具,划拨给其他人,没有激活返现没有循环
             { 
                 return result;
             }