Ver código fonte

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

lcl 1 ano atrás
pai
commit
f743d2ff05
1 arquivos alterados com 1 adições e 1 exclusões
  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;
                                     decimal Fee = Kind == 1 ? 0.63M : 0.6M;
                                     int addRate = 0;
                                     int addRate = 0;
-                                    if(pos.BrandId < 12)
+                                    if(pos.BrandId != 12 && pos.BrandId != 13)
                                     {
                                     {
                                         if(Fee == 0.63M) 
                                         if(Fee == 0.63M) 
                                         {
                                         {