提交
This commit is contained in:
@@ -850,8 +850,7 @@ namespace WMS.Web.Domain.Services.Public
|
||||
private async Task<ResultList<ErpMaterialDto>> BillQueryForMaterialPagedList()
|
||||
{
|
||||
//2.先登录金蝶-拿到token
|
||||
//var token_result = await this.Init();
|
||||
var token_result = await this.Init1();
|
||||
var token_result = await this.Init();
|
||||
if (!token_result.IsSuccess)
|
||||
return ResultList<ErpMaterialDto>.ReFailure(token_result);
|
||||
|
||||
@@ -920,8 +919,7 @@ namespace WMS.Web.Domain.Services.Public
|
||||
private async Task<ErpMaterialDto> BillQueryForMaterialById(int id)
|
||||
{
|
||||
//2.先登录金蝶-拿到token
|
||||
//var token_result = await this.Init();
|
||||
var token_result = await this.Init1();
|
||||
var token_result = await this.Init();
|
||||
if (!token_result.IsSuccess)
|
||||
return null;
|
||||
|
||||
@@ -995,8 +993,7 @@ namespace WMS.Web.Domain.Services.Public
|
||||
{
|
||||
|
||||
//2.先登录金蝶-拿到token
|
||||
//var token_result = await this.Init();
|
||||
var token_result = await this.Init1();
|
||||
var token_result = await this.Init();
|
||||
if (!token_result.IsSuccess)
|
||||
return ResultList<ErpOrgDto>.ReFailure(token_result);
|
||||
|
||||
@@ -1064,8 +1061,7 @@ namespace WMS.Web.Domain.Services.Public
|
||||
{
|
||||
|
||||
//2.先登录金蝶-拿到token
|
||||
//var token_result = await this.Init();
|
||||
var token_result = await this.Init1();
|
||||
var token_result = await this.Init();
|
||||
if (!token_result.IsSuccess)
|
||||
return ResultList<ErpSupplierDto>.ReFailure(token_result);
|
||||
|
||||
@@ -1132,8 +1128,7 @@ namespace WMS.Web.Domain.Services.Public
|
||||
{
|
||||
|
||||
//2.先登录金蝶-拿到token
|
||||
//var token_result = await this.Init();
|
||||
var token_result = await this.Init1();
|
||||
var token_result = await this.Init();
|
||||
if (!token_result.IsSuccess)
|
||||
return ResultList<ErpCustomerDto>.ReFailure(token_result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user