This commit is contained in:
2024-09-18 14:59:42 +08:00
parent 83b68f3c43
commit d213090e6b
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ namespace Tnb.WarehouseMgr
thirdWebapiRecord.name = "转库单";
thirdWebapiRecord.method = "POST";
//thirdWebapiRecord.url = config.value + "uapws/rest/whstrans/save";
thirdWebapiRecord.url = WmsWareHouseConst.BIP_DOMAIN + "uapws/rest/transIn/save";
thirdWebapiRecord.url = WmsWareHouseConst.BIP_DOMAIN + "uapws/rest/whstrans/save";
thirdWebapiRecord.request_data = JsonConvert.SerializeObject(erpRequestData);
thirdWebapiRecord.create_time = DateTime.Now;
await _db.Insertable(thirdWebapiRecord).ExecuteCommandAsync();