Browse Source

补盒子费率

lcl 1 year ago
parent
commit
ce642de88d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      Controllers/HomeController.cs

+ 5 - 5
Controllers/HomeController.cs

@@ -208,11 +208,11 @@ namespace MySystem.Controllers
             //     RedisDbconn.Instance.AddList("OperatePrizeQueue", id);
             // }
 
-            DataTable dt = CustomerSqlConn.dtable("select KqMerNo from PosMerchantInfo where Id in (select BindMerchantId from PosMachinesTwo where BrandId in (12,13) and DownFeeFlag=1 and DownFeeDate>'2023-11-01 00:00:00')", MysqlConn.SqlConnStr);
-            foreach(DataRow dr in dt.Rows)
-            {
-                SetDepositPostService.Instance.BoxFee(dr["KqMerNo"].ToString(), "0.60");
-            }
+            // DataTable dt = CustomerSqlConn.dtable("select KqMerNo from PosMerchantInfo where Id in (select BindMerchantId from PosMachinesTwo where BrandId in (12,13) and DownFeeFlag=1 and DownFeeDate>'2023-11-10 00:00:00')", MysqlConn.SqlConnStr);
+            // foreach(DataRow dr in dt.Rows)
+            // {
+            //     SetDepositPostService.Instance.BoxFee(dr["KqMerNo"].ToString(), "0.60");
+            // }
 
             return result;
         }