浏览代码

补盒子费率

lcl 1 年之前
父节点
当前提交
ce642de88d
共有 1 个文件被更改,包括 5 次插入5 次删除
  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;
         }