|
|
@@ -425,7 +425,7 @@ namespace MySystem
|
|
|
}
|
|
|
if(FeeAmt != "0") FeeAmt = FeeAmt.TrimEnd('0');
|
|
|
}
|
|
|
- else if (ProductType == "30") //拉卡拉
|
|
|
+ else if (ProductType == "30" || ProductType == "51") //拉卡拉
|
|
|
{
|
|
|
if (trade.BankCardType == "01" || trade.BankCardType == "61" || trade.BankCardType == "91" || trade.BankCardType == "92")
|
|
|
{
|