This commit is contained in:
2024-09-25 16:03:44 +08:00
parent 7a301d5775
commit ac9da8c68e

View File

@@ -563,6 +563,7 @@ namespace Tnb.WarehouseMgr
BasFactoryConfig callErp2 = await _db.Queryable<BasFactoryConfig>().FirstAsync(x => x.enabled == 1 && x.key == FactoryConfigConst.CALLERP);
if(callErp2.value=="1"){
ThirdResult thirdResult = await _thirdApiRecordService.Send(new List<ThirdWebapiRecord> { thirdWebapiRecord }, "自动", _db);
Logger.LogInformation($"【WmsMaterialSignHService ModifyAsync】thirdResult {JsonConvert.SerializeObject(thirdResult)}");
if (thirdResult.Code!=200)
{
throw Oops.Bah(thirdResult.msgResult);