|
@@ -208,11 +208,11 @@ namespace MySystem.Controllers
|
|
// RedisDbconn.Instance.AddList("OperatePrizeQueue", id);
|
|
// 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;
|
|
return result;
|
|
}
|
|
}
|