二楼转库传任务单

This commit is contained in:
2024-06-25 11:38:11 +08:00
parent ca63ca7eb5
commit abd7576065
9 changed files with 448 additions and 67 deletions

View File

@@ -321,6 +321,8 @@ namespace Tnb.WarehouseMgr
}
catch (Exception ex)
{
Logger.LogError($"【CarryUnbind】 {ex.Message}");
Logger.LogError($"【CarryUnbind】 {ex.StackTrace}");
await _db.Ado.RollbackTranAsync();
return await ToApiResult(JNPF.Common.Enums.HttpStatusCode.InternalServerError, ex.Message);
}