|
|
|
@ -1165,8 +1165,8 @@ namespace Myshipping.Application
|
|
|
|
|
BookingId = item.BookingId,
|
|
|
|
|
TenantId = o.TenantId,
|
|
|
|
|
CreatedTime = DateTime.Now,
|
|
|
|
|
CreatedUserId = UserManager.UserId,
|
|
|
|
|
CreatedUserName = UserManager.Name
|
|
|
|
|
CreatedUserId = o.CreatedUserId,
|
|
|
|
|
CreatedUserName = "系统管理员"
|
|
|
|
|
});
|
|
|
|
|
await _bookinglogdetail.InsertReturnSnowflakeIdAsync(new BookingLogDetail
|
|
|
|
|
{
|
|
|
|
@ -1192,8 +1192,8 @@ namespace Myshipping.Application
|
|
|
|
|
BookingId = it.Id,
|
|
|
|
|
TenantId = it.TenantId,
|
|
|
|
|
CreatedTime = DateTime.Now,
|
|
|
|
|
CreatedUserId = UserManager.UserId,
|
|
|
|
|
CreatedUserName = UserManager.Name
|
|
|
|
|
CreatedUserId = o.CreatedUserId,
|
|
|
|
|
CreatedUserName = "系统管理员"
|
|
|
|
|
});
|
|
|
|
|
await _bookinglogdetail.InsertReturnSnowflakeIdAsync(new BookingLogDetail
|
|
|
|
|
{
|
|
|
|
|