Forráskód Böngészése

0押金机器不调降费率,不进入稳定期A

lcl 1 éve
szülő
commit
49faecb277

+ 6 - 6
AppStart/Helper/SycnSpServer/SycnSpMerchantRecordService.cs

@@ -93,12 +93,12 @@ namespace MySystem
                             pos.IsFirst = IsFirst;
                             db.SaveChanges();
 
-                            if(pos.PrizeParams == "0")
-                            {
-                                int RecordId = PublicFunction.FeeSetRecord(db, pos, merinfo, 0.63M);
-                                string info = "{\"RecordId\":\"" + RecordId + "\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
-                                RedisDbconn.Instance.AddList("SetDepositQueue", info);
-                            }
+                            // if(pos.PrizeParams == "0")
+                            // {
+                            //     int RecordId = PublicFunction.FeeSetRecord(db, pos, merinfo, 0.63M);
+                            //     string info = "{\"RecordId\":\"" + RecordId + "\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
+                            //     RedisDbconn.Instance.AddList("SetDepositQueue", info);
+                            // }
                             
                             MerchantRecord edit = spdb.MerchantRecord.FirstOrDefault(m => m.Id == Mer.Id);
                             if (edit != null)

+ 6 - 6
AppStart/Helper/SycnSpServer/SycnSpMerchantService.cs

@@ -173,12 +173,12 @@ namespace MySystem
                                     }
                                 }
 
-                                if(pos.PrizeParams == "0")
-                                {
-                                    int RecordId = PublicFunction.FeeSetRecord(db, pos, add, 0.63M);
-                                    string info = "{\"RecordId\":\"" + RecordId + "\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
-                                    RedisDbconn.Instance.AddList("SetDepositQueue", info);
-                                }
+                                // if(pos.PrizeParams == "0")
+                                // {
+                                //     int RecordId = PublicFunction.FeeSetRecord(db, pos, add, 0.63M);
+                                //     string info = "{\"RecordId\":\"" + RecordId + "\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
+                                //     RedisDbconn.Instance.AddList("SetDepositQueue", info);
+                                // }
 
                                 Merchants edit = spdb.Merchants.FirstOrDefault(m => m.Id == Mer.Id);
                                 if (edit != null)