|
@@ -484,7 +484,7 @@ public class SeekPurchaseBomServiceImpl implements SeekPurchaseBomService {
|
|
|
inquiry.setInquiryItems(inquiryItems);
|
|
inquiry.setInquiryItems(inquiryItems);
|
|
|
String res = "";
|
|
String res = "";
|
|
|
try {
|
|
try {
|
|
|
- res = HttpUtil.doPost("http://10.1.51.88:8080/inquiry/buyer/save", FlexJsonUtils.toJsonDeep(inquiry));
|
|
|
|
|
|
|
+ res = HttpUtil.doPost("http://218.17.158.219:24000/inquiry/buyer/save", FlexJsonUtils.toJsonDeep(inquiry));
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
throw new IllegalOperatorException("发布失败");
|
|
throw new IllegalOperatorException("发布失败");
|
|
|
}
|
|
}
|