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