Commit a4e2297e by zhoujinhui

修正盘点问题

parent d0278cf7
...@@ -503,7 +503,7 @@ namespace Service.TakeStock ...@@ -503,7 +503,7 @@ namespace Service.TakeStock
// PushTakeStockMsg(order); // PushTakeStockMsg(order);
} }
else else
BackgroundJob.Schedule(() => SyncAndEnabledAsync(id), DateTime.Now.AddMinutes(15)); BackgroundJob.Schedule(() => SyncAndEnabledAsync(id), DateTime.Now.AddMinutes(1));
return isSuccess; return isSuccess;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment