|
|
|
|
@ -2062,6 +2062,18 @@ namespace Khd.Core.Wcs.Wcs
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (proOutStock.Count > 0)
|
|
|
|
|
{
|
|
|
|
|
if (isCreate)
|
|
|
|
|
{
|
|
|
|
|
SystemData.DeleteWaringLog(dbContext, WaringType.五楼出库任务创建失败);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
SystemData.InsertWaringLog(dbContext, WaringType.五楼出库任务创建失败, message);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -2071,14 +2083,7 @@ namespace Khd.Core.Wcs.Wcs
|
|
|
|
|
Console.WriteLine(ex.Message + ex.StackTrace);
|
|
|
|
|
_logger.Error(ex.Message + "\n" + ex.StackTrace);
|
|
|
|
|
}
|
|
|
|
|
if (isCreate)
|
|
|
|
|
{
|
|
|
|
|
SystemData.DeleteWaringLog(dbContext, WaringType.五楼出库任务创建失败);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
SystemData.InsertWaringLog(dbContext, WaringType.五楼出库任务创建失败, message);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Thread.Sleep(5000);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|