...
|
...
|
@@ -5,6 +5,7 @@ import com.alibaba.fastjson.JSON; |
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
import com.sy.crossDomain.buildBarCode;
|
|
|
import com.sy.model.*;
|
|
|
import com.sy.relation.VeManifestRelation;
|
|
|
import com.sy.service.EnterCancelServer;
|
|
|
import com.sy.service.LandBusListService;
|
|
|
import com.sy.service.LandRoadVeService;
|
...
|
...
|
@@ -181,6 +182,9 @@ public class LogicOperation { |
|
|
checkResult = check || checkMainfest;
|
|
|
}
|
|
|
|
|
|
if("查验货".equals(list.getCocode())){
|
|
|
checkResult = true;
|
|
|
}
|
|
|
//宽进
|
|
|
if ("I".equals(info.getIetype())) {
|
|
|
if (check == false && checkResult == false) {
|
...
|
...
|
@@ -240,6 +244,12 @@ public class LogicOperation { |
|
|
}
|
|
|
result = true;
|
|
|
}
|
|
|
if(list.getMasterList().length()>0){
|
|
|
boolean flag = VeManifestRelation.createFile(list);
|
|
|
if(flag){
|
|
|
logger.info(">>>>>>>>>>-----车单关系报文生成成功-----<<<<<<<<<<<<");
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
sendError(info);
|
|
|
logger.error("------->>>>>>>二维码数据异常,请使用正确的二维码数据<<<<<<<-----");
|
...
|
...
|
@@ -309,7 +319,7 @@ public class LogicOperation { |
|
|
if (!(waybill.indexOf("-") != -1)) {
|
|
|
waybill = waybill.substring(0, 3) + "-" + waybill.substring(3);
|
|
|
}
|
|
|
String url = "http://10.50.3.64:8080/tj/orig/orig?waybill=" + waybill + "&imp=" + imp;
|
|
|
String url = "http://10.50.3.82:8081/orig/orig?waybill=" + waybill + "&imp=" + imp;
|
|
|
// String url = "http://tjfx.15miaoo.com:8003/tj/orig/orig?waybill=" + waybill + "&imp=" + imp;
|
|
|
StringBuilder json = new StringBuilder();
|
|
|
Map map = null;
|
...
|
...
|
|