@@ -159,6 +159,20 @@ namespace MySystem
Prize = 200;
}
+ else if(Deposit == 299)
+ {
+ if(SubjectType == "000001" || string.IsNullOrEmpty(SubjectType))
+ Prize = 0;
+ }
+ else
+ if(pos.BrandId == 29)
+ Prize = 100;
else if(Deposit == 399)
{
if(SubjectType == "000001" || string.IsNullOrEmpty(SubjectType))