소스 검색

赠送机改为循环机

lichunlei 2 년 전
부모
커밋
9d477e76e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
             }