瀏覽代碼

批量提交盒子费率

lcl 1 年之前
父節點
當前提交
b707ede33d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controllers/HomeController.cs

+ 1 - 1
Controllers/HomeController.cs

@@ -217,7 +217,7 @@ namespace MySystem.Controllers
             //     SetDepositPostService.Instance.BoxFee(dr["KqMerNo"].ToString(), "0.60");
             // }
 
-            // DataTable dt = CustomerSqlConn.dtable("select Id,DownFeeMan from PosMachinesTwo where BrandId in (1,3) and DownFeeFlag=1 order by DownFeeDate desc", MysqlConn.SqlConnStr);
+            // DataTable dt = CustomerSqlConn.dtable("select Id,DownFeeMan from PosMachinesTwo where BrandId in (12,13) and DownFeeFlag=1 and DownFeeDate>='2023-12-01 00:00:00' order by DownFeeDate desc", MysqlConn.ReadSqlConnStr);
             // foreach(DataRow dr in dt.Rows)
             // {
             //     RedisDbconn.Instance.AddList("SetDepositPostQueue", "{\"RecordId\":\"\",\"PosId\":\"" + dr["Id"].ToString() + "\",\"Fee\": \"0.6\",\"Kind\": \"2\",\"OpMan\": \"" + dr["DownFeeMan"].ToString() + "\"}");