1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user