|
@@ -230,7 +230,7 @@ namespace MySystem
|
|
|
if (trade.TradeType == "200") QrPayFlag = 1;
|
|
|
if (trade.Field1 == "1") VipFlag = 1;
|
|
|
}
|
|
|
- else if (pos.BrandId == 6)
|
|
|
+ else if (pos.BrandId == 6 || pos.BrandId == 22)
|
|
|
{
|
|
|
TradeAmount = TradeAmount / 100;
|
|
|
if (trade.BankCardType == "02" || trade.BankCardType == "12")
|