|
@@ -164,7 +164,7 @@ public class OWbInveMngServiceImpl implements IOWbInveMngService
|
|
|
// 同步访问,返回结果字符串
|
|
|
String responseString = null;
|
|
|
try {
|
|
|
- url = "http://120.76.26.84:8680/al/queryOmsInfo/queryInveMng";
|
|
|
+ // url = "http://120.76.26.84:8680/al/queryOmsInfo/queryInveMng";
|
|
|
JSONObject jsonObject = httpPost(url,JSONObject.parseObject(jsonParam));
|
|
|
// responseString = OkHttpUtils.post(request,null);
|
|
|
|