|
@@ -1308,7 +1308,8 @@ public class SyShippingDetailsController extends JeecgController<SyShippingDetai
|
|
|
log.info("JSON数据:" + result);
|
|
|
pushvo.setResult(result);
|
|
|
//拼接url
|
|
|
- String url = "http://localhost:8005/erp/purchase/purchasePreDeliver/dzSaveBath";
|
|
|
+// String url = "http://localhost:8005/erp/purchase/purchasePreDeliver/dzSaveBath";
|
|
|
+ String url = resultList.get(0).getItemIp();
|
|
|
//调用doPost
|
|
|
InterfaceConnUtils interfaceConnUtils = new InterfaceConnUtils();
|
|
|
//处理返回信息
|