入库任务单拉取修改

This commit is contained in:
tongfei
2024-03-08 09:19:05 +08:00
parent 0602b0cba2
commit 777c0ccd59
2 changed files with 32 additions and 32 deletions

View File

@@ -822,7 +822,7 @@ namespace WMS.Web.Domain.Services
_logger.LogInformation($"入库单->审核失败 单号:{billNo} erp明细Id:{erpDetail.ErpDetailId} 错误:{resSubmit.Message}");
return (resSubmit, SyncStatus.CheckFail, o_dto.Numbers.First());
}
_logger.LogInformation($"同步金蝶成功");
_logger.LogInformation($"入库单->同步金蝶成功->单号:{billNo} erp明细Id:{erpDetail.ErpDetailId}");
return (Result.ReSuccess(), SyncStatus.Success, o_dto.Numbers.First());
}