修改忽略租户名称

optimize
wet 2 years ago
parent 0d8c7e2e24
commit b2559d629c

@ -511,7 +511,9 @@ namespace Myshipping.Application
it.TenantId,
it.CreatedTime,
it.CreatedUserId,
it.CreatedUserName
it.CreatedUserName,
it.TenantName,
it.IsDeleted,
}).ExecuteCommandAsync();
var ctnlist = await _repCtn.AsQueryable().Where(x => x.BILLID == input.Id).Select(x => x.Id).ToListAsync();
await _repCtn.DeleteAsync(x => x.BILLID == input.Id);

@ -8,10 +8,10 @@ namespace Myshipping.Application.Service.DataSync.Dto
{
public class SyncBookingOrderDto
{
/// <summary>
/// 主键
/// </summary>
public long Id { get; set; }
///// <summary>
///// 主键
///// </summary>
//public long Id { get; set; }
/// <summary>
/// 业务编号
@ -628,10 +628,10 @@ namespace Myshipping.Application.Service.DataSync.Dto
public class Children
{
/// <summary>
/// 主键
/// </summary>
public long Id { get; set; }
///// <summary>
///// 主键
///// </summary>
//public long Id { get; set; }
/// <summary>
/// 业务编号

@ -9,10 +9,10 @@ namespace Myshipping.Application
/// </summary>
public class DjyCustomerSyncDto
{
/// <summary>
/// 主键
/// </summary>
public long? Id { get; set; }
///// <summary>
///// 主键
///// </summary>
//public long? Id { get; set; }
/// <summary>
/// 东胜id
/// </summary>
@ -138,15 +138,15 @@ namespace Myshipping.Application
/// </summary>
public class DjyCustomerContactSyncDto
{
/// <summary>
/// 主键
/// </summary>
public long? Id { get; set; }
/// <summary>
/// 客户Id
/// </summary>
public long? CustomerId { get; set; }
///// <summary>
///// 主键
///// </summary>
//public long? Id { get; set; }
///// <summary>
///// 客户Id
///// </summary>
//public long? CustomerId { get; set; }
/// <summary>
/// 角色ID

Loading…
Cancel
Save