Explorar o código

设置费率新规则,排除盒子方式变更

lcl hai 1 ano
pai
achega
f743d2ff05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AppStart/Helper/SetDepositPostService.cs

+ 1 - 1
AppStart/Helper/SetDepositPostService.cs

@@ -62,7 +62,7 @@ namespace MySystem
                                 {
                                     decimal Fee = Kind == 1 ? 0.63M : 0.6M;
                                     int addRate = 0;
-                                    if(pos.BrandId < 12)
+                                    if(pos.BrandId != 12 && pos.BrandId != 13)
                                     {
                                         if(Fee == 0.63M) 
                                         {