Browse Source

出运明细推送srm

huxy 2 weeks ago
parent
commit
522c894c7f

+ 2 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/shippingDetails/controller/SyShippingDetailsController.java

@@ -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();
 			 //处理返回信息