|
@@ -1272,7 +1272,7 @@ public class SyShippingDetailsController extends JeecgController<SyShippingDetai
|
|
|
|
|
|
/**
|
|
|
*预约发货单接口
|
|
|
- * @param ids
|
|
|
+ * @param ids 出运明细子表id集合
|
|
|
* @return
|
|
|
*/
|
|
|
@AutoLog(value = "预约发货单接口")
|
|
@@ -1307,8 +1307,7 @@ public class SyShippingDetailsController extends JeecgController<SyShippingDetai
|
|
|
result.put("payload", userGson.toJson(JSONObject.toJSON(list)));
|
|
|
log.info("JSON数据:" + result);
|
|
|
pushvo.setResult(result);
|
|
|
- //拼接url
|
|
|
-// String url = "http://localhost:8005/erp/purchase/purchasePreDeliver/dzSaveBath";
|
|
|
+ //拼接url
|
|
|
String url = resultList.get(0).getItemIp();
|
|
|
//调用doPost
|
|
|
InterfaceConnUtils interfaceConnUtils = new InterfaceConnUtils();
|