This commit is contained in:
2024-09-25 16:17:49 +08:00
parent ac9da8c68e
commit e9c8b52354
2 changed files with 2 additions and 31 deletions

View File

@@ -566,7 +566,7 @@ namespace Tnb.WarehouseMgr
Logger.LogInformation($"【WmsMaterialSignHService ModifyAsync】thirdResult {JsonConvert.SerializeObject(thirdResult)}");
if (thirdResult.Code!=200)
{
throw Oops.Bah(thirdResult.msgResult);
throw Oops.Bah(thirdResult.msgResult ?? "erp接口调用失败");
}
}