فهرست منبع

服务费和费率设置,考虑微智能

lcl 23 ساعت پیش
والد
کامیت
d1f083c6ac
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      AppStart/Helper/ChangePosFeeQueue.cs
  2. 1 1
      AppStart/Helper/SetDepositPostService.cs

+ 1 - 1
AppStart/Helper/ChangePosFeeQueue.cs

@@ -77,7 +77,7 @@ public class ChangePosFeeQueue
                         ChangePosFeeUtil.SetLISDeposit(PosSn, Deposit, BrandId);
                     }
                     //立刷微电签
-                    if (bId == 22)
+                    if (bId == 22 || bId == 33)
                     { 
                         if (Deposit == "0") Deposit = "0";
                         else if (Deposit == "99") Deposit = "99";

+ 1 - 1
AppStart/Helper/SetDepositPostService.cs

@@ -174,7 +174,7 @@ namespace MySystem
                                     string msg = obj["ret_msg"].ToString();
                                 }
                             }
-                            else if(BrandId == 22) //立刷微电签
+                            else if(BrandId == 22 || BrandId == 33) //立刷微电签
                             {
                                 addRate = addRate * 100;
                                 string content = PublicImportDataService.Instance.SetLiSWeFee(PosSn, MerNo, Fee.ToString("f2"), addRate.ToString());