Browse Source

修改盒易付和来客吧电签费率设置逻辑

lcl 10 months ago
parent
commit
fae1febd63
1 changed files with 2 additions and 4 deletions
  1. 2 4
      AppStart/Helper/SetDepositPostService.cs

+ 2 - 4
AppStart/Helper/SetDepositPostService.cs

@@ -79,10 +79,8 @@ namespace MySystem
                                     }
                                     if(pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15)
                                     {
-                                        if(Kind > 1) Fee = 0.6M;
-                                        // 调整联客宝政策方案
-                                        if(pos.BrandId == 15) Kind = 2;
-                                        if(Fee == 0.6M) Kind = 3;
+                                        if(Kind == 1) Kind = 2;
+                                        if(Kind == 3) Fee = 0.6M;
                                     }
                                     if(pos.BrandId == 1 || pos.BrandId == 3) //金控
                                     {