|
@@ -28,7 +28,7 @@ namespace MySystem
|
|
|
{
|
|
|
while (true)
|
|
|
{
|
|
|
- if (DateTime.Now.Hour > 0 && DateTime.Now.Hour < 19)
|
|
|
+ if (DateTime.Now.Hour > 0 && DateTime.Now.Hour < 22)
|
|
|
{
|
|
|
try
|
|
|
{
|
|
@@ -73,7 +73,7 @@ namespace MySystem
|
|
|
}
|
|
|
string info = "{\"RecordId\":\"\",\"PosId\":\"" + item.Id + "\",\"Fee\": \"" + Fee + "\",\"AddRate\": \"" + AddRate + "\",\"Kind\": \"4\",\"OpMan\": \"系统\"}";
|
|
|
function.WriteLog(item.PosSn + "-Fee:" + Fee + "-AddRate:" + AddRate, "420天盛付通费率加万2");
|
|
|
- // RedisDbconn.Instance.AddList("SetDepositPostQueue", info);
|
|
|
+ RedisDbconn.Instance.AddList("SetDepositPostQueue", info);
|
|
|
PosMachinesTwo pos = db.PosMachinesTwo.FirstOrDefault(m => m.Id == item.Id);
|
|
|
if(pos != null)
|
|
|
{
|