浏览代码

盒易付大pos设置费率,kind为2费率设为0.63

lcl 11 月之前
父节点
当前提交
b09c72621c
共有 4 个文件被更改,包括 10 次插入10 次删除
  1. 二进制
      .DS_Store
  2. 2 2
      AppStart/Helper/ChangePosFeeUtil.cs
  3. 1 1
      AppStart/Helper/PublicImportDataService.cs
  4. 7 7
      AppStart/Helper/SetDepositService.cs

二进制
.DS_Store


+ 2 - 2
AppStart/Helper/ChangePosFeeUtil.cs

@@ -289,8 +289,8 @@ namespace MySystem
             foreach (string SnId in SnIdList)
             foreach (string SnId in SnIdList)
             {
             {
                 int SnIdNum = int.Parse(SnId);
                 int SnIdNum = int.Parse(SnId);
-                PosMachinesTwo pos = db.PosMachinesTwo.FirstOrDefault(m => m.Id == SnIdNum && !string.IsNullOrEmpty(m.SeoKeyword));
-                if (pos != null)
+                PosMachinesTwo pos = db.PosMachinesTwo.FirstOrDefault(m => m.Id == SnIdNum) ?? new PosMachinesTwo();
+                if (!string.IsNullOrEmpty(pos.SeoKeyword))
                 {
                 {
                     return "机具" + pos.PosSn + "已设置押金,请勿重复设置";
                     return "机具" + pos.PosSn + "已设置押金,请勿重复设置";
                 }
                 }

+ 1 - 1
AppStart/Helper/PublicImportDataService.cs

@@ -589,7 +589,7 @@ namespace MySystem
             }
             }
             signString = signString.TrimEnd('&');
             signString = signString.TrimEnd('&');
             req.Add("mac", SftEncrypt(signString));
             req.Add("mac", SftEncrypt(signString));
-            string result = function.PostWebRequest(SftReqUrl + "batchUpdateSnPolicyNo", Newtonsoft.Json.JsonConvert.SerializeObject(req), "application/json");
+            string result = function.PostWebRequest(SftReqUrl + "bindOrUnbindTerminalSn", Newtonsoft.Json.JsonConvert.SerializeObject(req), "application/json");
             return result;
             return result;
         }
         }
 
 

+ 7 - 7
AppStart/Helper/SetDepositService.cs

@@ -83,14 +83,14 @@ namespace MySystem
                                         pos.DownFeeFlag = 1;
                                         pos.DownFeeFlag = 1;
                                         pos.DownFeeMan = OpMan;
                                         pos.DownFeeMan = OpMan;
                                         pos.DownFeeDate = DateTime.Now;
                                         pos.DownFeeDate = DateTime.Now;
-                                        if(pos.BrandId == 12 || pos.BrandId == 13)
-                                        {
-                                            pos.DownFee = 0.6M;
-                                        }
-                                        else
-                                        {
+                                        // if(pos.BrandId == 12 || pos.BrandId == 13)
+                                        // {
+                                        //     pos.DownFee = 0.6M;
+                                        // }
+                                        // else
+                                        // {
                                             pos.DownFee = 0.63M;
                                             pos.DownFee = 0.63M;
-                                        }
+                                        // }
                                         merchant.Status = 0;
                                         merchant.Status = 0;
                                         // merchant.SeoKeyword = "";
                                         // merchant.SeoKeyword = "";
                                         // SetRecordResult(db, RecordId, 1);
                                         // SetRecordResult(db, RecordId, 1);