齐套开发

This commit is contained in:
2024-09-25 15:18:19 +08:00
parent 6fe56c2de4
commit ab8b18af8f
6 changed files with 51 additions and 19 deletions

View File

@@ -598,7 +598,7 @@ namespace Tnb.WarehouseMgr
catch (Exception ex)
{
Logger.LogWarning($"【WmsInStockService Modify】 {ex.Message}");
Logger.LogWarning($"【MaterialSign Modify】 {ex.StackTrace}");
Logger.LogWarning($"【WmsInStockService Modify】 {ex.StackTrace}");
await _db.Ado.RollbackTranAsync();
throw;
}