|
@@ -280,7 +280,7 @@ namespace MySystem
|
|
|
try
|
|
try
|
|
|
{
|
|
{
|
|
|
string ProductType = trade.ProductType;
|
|
string ProductType = trade.ProductType;
|
|
|
- if (ProductType == "30" && trade.TradeSnNo.StartsWith("LKLYSMZCFYH")) ProductType = "51";
|
|
|
|
|
|
|
+ if (ProductType == "30" && (trade.TradeSnNo.StartsWith("LKLYSMZCFYH") || trade.TradeSnNo.StartsWith("LKLAIMFYHD"))) ProductType = "51";
|
|
|
int QrPayFlag = 0;
|
|
int QrPayFlag = 0;
|
|
|
int BankCardType = 1;
|
|
int BankCardType = 1;
|
|
|
string FeeRate = function.CheckNum(trade.ErrorCode);
|
|
string FeeRate = function.CheckNum(trade.ErrorCode);
|