修复bug

This commit is contained in:
18942506660
2024-03-20 14:12:31 +08:00
parent c0e7a6eff1
commit f0ce629ad6

View File

@@ -1085,6 +1085,7 @@ namespace WMS.Web.Domain.Services.Public
/// <returns></returns>
private async Task<ErpMaterialDto> BillQueryForMaterialByNumber(string number)
{
if (string.IsNullOrEmpty(number)) return null;
//2.先登录金蝶-拿到token
var token_result = await this.Init();
if (!token_result.IsSuccess)