Browse Source

立刷微电签交易入库修复

lcl 1 year ago
parent
commit
6bc2e457cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

+ 1 - 1
AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

@@ -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")