Explorar el Código

乐刷海科费率0.52,0.58的不入库

lcl hace 11 meses
padre
commit
4f190d2dd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

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

@@ -58,7 +58,7 @@ namespace MySystem
                                 spdb.SaveChanges();
                             }
                         }
-                        else if ((trade.ProductType == "4" || trade.ProductType == "8" || trade.ProductType == "9") && trade.Field2 == "5200" && trade.Field3 == "300") //乐刷海科费率0.52的不入库
+                        else if ((trade.ProductType == "4" || trade.ProductType == "8" || trade.ProductType == "9") && (trade.Field2 == "5200" || trade.Field2 == "5800")) //乐刷海科费率0.52,0.58的不入库
                         {
                             op = false;
                             TradeRecord edit = spdb.TradeRecord.FirstOrDefault(m => m.Id == trade.Id);