浏览代码

服务费和费率增加盒易付新品牌微智能

lcl 3 月之前
父节点
当前提交
b51ac27ff9
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      AppStart/Helper/ChangePosFeeQueue.cs
  2. 3 3
      AppStart/Helper/SetDepositPostService.cs

+ 1 - 1
AppStart/Helper/ChangePosFeeQueue.cs

@@ -121,7 +121,7 @@ public class ChangePosFeeQueue
                         ChangePosFeeUtil.SetLDZZBDeposit(PosSn, Deposit);
                     }
                     //盒易付
-                    if (bId == 12 || bId == 13)
+                    if (bId == 12 || bId == 13 || bId == 35)
                     { 
                         if (Deposit == "0") Deposit = "0";
                         else if (Deposit == "99") Deposit = "99";

+ 3 - 3
AppStart/Helper/SetDepositPostService.cs

@@ -49,7 +49,7 @@ namespace MySystem
                         {                            
                             decimal Fee = 0.63M;
                             int addRate = 0;
-                            if(BrandId != 12 && BrandId != 13)
+                            if(BrandId != 12 && BrandId != 13 && BrandId != 35)
                             {
                                 if(Kind == 1)
                                 {
@@ -64,7 +64,7 @@ namespace MySystem
                                     }
                                 }
                             }
-                            if(BrandId == 12 || BrandId == 13)
+                            if(BrandId == 12 || BrandId == 13 || BrandId == 35)
                             {
                                 if(Kind == 1) Kind = 2;
                                 if(Kind == 3) Fee = 0.6M;
@@ -282,7 +282,7 @@ namespace MySystem
                                     string msg = obj["msg"].ToString();
                                 }
                             }
-                            else if(BrandId == 12 || BrandId == 13) //盒易付
+                            else if(BrandId == 12 || BrandId == 13 || BrandId == 35) //盒易付
                             {
                                 string content = BoxFee(MerNo, Fee.ToString("f2"));
                                 JsonData obj = JsonMapper.ToObject(content);