|
|
@@ -323,6 +323,7 @@ public class InquiryForSaleServiceImpl implements InquiryForSaleService {
|
|
|
long start = System.currentTimeMillis();
|
|
|
String res = HttpUtil.doPost(url, FlexJsonUtils.toJsonDeep(product));
|
|
|
log.info("/product/save/inquiry 耗时:" + (System.currentTimeMillis() - start));
|
|
|
+ log.info("替代料报价,添加替代物料返回" + res);
|
|
|
JSONObject result = JSONObject.parseObject(res);
|
|
|
Boolean success = (Boolean) result.get("success");
|
|
|
if (success) {
|