修复bug
This commit is contained in:
@@ -34,6 +34,8 @@ namespace WMS.Web.Domain.QuartzJob
|
||||
try
|
||||
{
|
||||
if (DateTime.Now.Hour < 8 || DateTime.Now.Hour > 20) return;
|
||||
|
||||
_logger.LogInformation($"同步成品即时库存->开始定时任务");
|
||||
var result = await _productInventoryService.Refresh();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user