From 3df781f2fc54e100436ff1eca4789fcf07613efa Mon Sep 17 00:00:00 2001 From: tongfei <244188119@qq.com> Date: Wed, 17 Jan 2024 10:16:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BE=9B-=E7=89=A9=E6=96=99-=E7=BB=84?= =?UTF-8?q?=E7=BB=87-=E4=BE=9B=E5=BA=94=E5=95=86=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=93=BE=E6=8E=A5-=E5=90=8E=E9=9D=A2?= =?UTF-8?q?=E8=A6=81=E5=88=87=E4=BC=9A=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/Services/Public/ErpService.cs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/WMS.Web.Domain/Services/Public/ErpService.cs b/src/WMS.Web.Domain/Services/Public/ErpService.cs index d08373a8..84c11c09 100644 --- a/src/WMS.Web.Domain/Services/Public/ErpService.cs +++ b/src/WMS.Web.Domain/Services/Public/ErpService.cs @@ -850,7 +850,8 @@ namespace WMS.Web.Domain.Services.Public private async Task> BillQueryForMaterialPagedList() { //2.先登录金蝶-拿到token - var token_result = await this.Init(); + //var token_result = await this.Init(); + var token_result = await this.Init1(); if (!token_result.IsSuccess) return ResultList.ReFailure(token_result); @@ -919,7 +920,8 @@ namespace WMS.Web.Domain.Services.Public private async Task BillQueryForMaterialById(int id) { //2.先登录金蝶-拿到token - var token_result = await this.Init(); + //var token_result = await this.Init(); + var token_result = await this.Init1(); if (!token_result.IsSuccess) return null; @@ -983,7 +985,8 @@ namespace WMS.Web.Domain.Services.Public { //2.先登录金蝶-拿到token - var token_result = await this.Init(); + //var token_result = await this.Init(); + var token_result = await this.Init1(); if (!token_result.IsSuccess) return ResultList.ReFailure(token_result); @@ -1051,7 +1054,8 @@ namespace WMS.Web.Domain.Services.Public { //2.先登录金蝶-拿到token - var token_result = await this.Init(); + //var token_result = await this.Init(); + var token_result = await this.Init1(); if (!token_result.IsSuccess) return ResultList.ReFailure(token_result); @@ -1118,7 +1122,8 @@ namespace WMS.Web.Domain.Services.Public { //2.先登录金蝶-拿到token - var token_result = await this.Init(); + //var token_result = await this.Init(); + var token_result = await this.Init1(); if (!token_result.IsSuccess) return ResultList.ReFailure(token_result);