修复bug

This commit is contained in:
18942506660
2023-12-20 16:29:32 +08:00
parent dcba2aa380
commit 428257d1e7
8 changed files with 37 additions and 16 deletions

View File

@@ -80,7 +80,7 @@ namespace WMS.Web.Domain.Entitys
/// 同步成功或者失败 默认是失败状态
/// </summary>
[Column("SuccessSync")]
public SyncStatus SuccessSync { get; set; } = SyncStatus.Fail;
public SyncStatus SuccessSync { get; set; } = SyncStatus.SyncIng;
///// <summary>
///// 同步失败的源订单号(默认就包含所有来源单号)
///// </summary>