|
|
@@ -494,7 +494,7 @@ public class dispatch extends Controller {
|
|
|
|
|
|
WebRequest request = new WebRequest();
|
|
|
String result = request.doPost(object.toString(),
|
|
|
- "http://60.190.151.198:8089/BYESB/jaxrs/webclientrest");
|
|
|
+ "http://60.190.151.198:8092/BYESB/jaxrs/webclientrest");
|
|
|
JSONArray jsonArray = JSONArray.parseArray(result);
|
|
|
if(!jsonArray.isEmpty()){
|
|
|
return getErrReturnObject().setErrMsg("中间表存在未同步的销售出库单,无法手工关闭")
|
|
|
@@ -773,7 +773,7 @@ public class dispatch extends Controller {
|
|
|
|
|
|
WebRequest request = new WebRequest();
|
|
|
String result = request.doPost(object.toString(),
|
|
|
- "http://60.190.151.198:8089/BYESB/jaxrs/webclientrest");
|
|
|
+ "http://60.190.151.198:8092/BYESB/jaxrs/webclientrest");
|
|
|
if(result.equals("true")){
|
|
|
return getErrReturnObject().setErrMsg("K3发货单为非删除状态,无法反复核")
|
|
|
.toString();
|