增加日志
This commit is contained in:
@@ -619,6 +619,7 @@ namespace WMS.Web.Domain.Services
|
||||
}
|
||||
//3.1提交新增
|
||||
var isSuccess = await _inStockTaskRepositories.AddRange(add_entitys, isTransaction);
|
||||
_logger.LogInformation($"金蝶数据写入:SysnDataNew6->结果:{isSuccess}" + JsonConvert.SerializeObject(add_entitys));
|
||||
if (!isSuccess)
|
||||
return Result.ReFailure(ResultCodes.DateWriteError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user