bug
This commit is contained in:
@@ -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接口调用失败");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user