修复bug
This commit is contained in:
@@ -1085,6 +1085,7 @@ namespace WMS.Web.Domain.Services.Public
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
private async Task<ErpMaterialDto> BillQueryForMaterialByNumber(string number)
|
private async Task<ErpMaterialDto> BillQueryForMaterialByNumber(string number)
|
||||||
{
|
{
|
||||||
|
if (string.IsNullOrEmpty(number)) return null;
|
||||||
//2.先登录金蝶-拿到token
|
//2.先登录金蝶-拿到token
|
||||||
var token_result = await this.Init();
|
var token_result = await this.Init();
|
||||||
if (!token_result.IsSuccess)
|
if (!token_result.IsSuccess)
|
||||||
|
|||||||
Reference in New Issue
Block a user