打印日志去掉
This commit is contained in:
@@ -792,7 +792,6 @@ namespace WMS.Web.Domain.Services.Public
|
||||
{
|
||||
try
|
||||
{
|
||||
Console.WriteLine(44444444);
|
||||
//1.获取缓存中的物料数据;
|
||||
var materials = _memoryCache.Get<List<ErpMaterialDto>>(_erpOptions.cache_materail_key);
|
||||
if (materials == null || materials.Count == 0)
|
||||
@@ -854,7 +853,6 @@ namespace WMS.Web.Domain.Services.Public
|
||||
var token_result = await this.Init();
|
||||
if (!token_result.IsSuccess)
|
||||
return ResultList<ErpMaterialDto>.ReFailure(token_result);
|
||||
Console.WriteLine(5555555555);
|
||||
|
||||
//3.获取金蝶物料:拼接参数和条件
|
||||
var query = new ErpBillQueryDto(token_result.Data);
|
||||
|
||||
Reference in New Issue
Block a user