Pārlūkot izejas kodu

赠送机改为循环机

lichunlei 2 gadi atpakaļ
vecāks
revīzija
9d477e76e7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
             }