浏览代码

赠送机改为循环机

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;
             }