Pārlūkot izejas kodu

测试盛付通费率加万2逻辑,打日志

lcl 9 mēneši atpakaļ
vecāks
revīzija
ffcee54056

+ 5 - 5
AppStart/Helper/SetDepositPostService.cs

@@ -82,11 +82,11 @@ namespace MySystem
                                         if(Kind == 1) Kind = 2;
                                         if(Kind == 3) Fee = 0.6M;
                                     }
-                                    if(pos.BrandId == 7 && Kind == 4)
-                                    {
-                                        Fee = 0.65M;
-                                        addRate = 3;
-                                    }
+                                    // if(pos.BrandId == 7 && Kind == 4)
+                                    // {
+                                    //     Fee = decimal.Parse(function.CheckNum(jsonObj["Fee"].ToString()));
+                                    //     addRate = int.Parse(function.CheckInt(jsonObj["AddRate"].ToString()));
+                                    // }
                                     if(pos.BrandId == 1 || pos.BrandId == 3) //金控
                                     {
                                         addRate = addRate * 100;

+ 2 - 2
AppStart/Helper/SetSftFeeService.cs

@@ -72,8 +72,8 @@ namespace MySystem
                                                 AddRate = "0";
                                             }
                                             string info = "{\"RecordId\":\"\",\"PosId\":\"" + item.Id + "\",\"Fee\": \"" + Fee + "\",\"AddRate\": \"" + AddRate + "\",\"Kind\": \"4\",\"OpMan\": \"系统\"}";
-                                            function.WriteLog(info, "420天盛付通费率加万2");
-                                            RedisDbconn.Instance.AddList("SetDepositQueue", info);
+                                            function.WriteLog(item.PosSn + "-Fee:" + Fee + "-AddRate:" + AddRate, "420天盛付通费率加万2");
+                                            // RedisDbconn.Instance.AddList("SetDepositPostQueue", info);
                                             PosMachinesTwo pos = db.PosMachinesTwo.FirstOrDefault(m => m.Id == item.Id);
                                             if(pos != null)
                                             {