|
|
@@ -121,18 +121,18 @@ public class Regular_PIL {
|
|
|
}
|
|
|
|
|
|
//收货地代码
|
|
|
- if (ObjectUtils.isNull(ediData.getPlaceReceiptCode())) {
|
|
|
- msg += "收货地代码,";
|
|
|
- }
|
|
|
- //收货地
|
|
|
- if (ObjectUtils.isNull(ediData.getPlaceReceiptName())) {
|
|
|
- msg += "收货地,";
|
|
|
- } else {
|
|
|
- Map<String, String> mapString = RegularUtils.regularEn(ediData.getPlaceReceiptName(),false);
|
|
|
- if (!"200".equals(mapString.get("code"))) {
|
|
|
- character += "收货地,";
|
|
|
- }
|
|
|
- }
|
|
|
+// if (ObjectUtils.isNull(ediData.getPlaceReceiptCode())) {
|
|
|
+// msg += "收货地代码,";
|
|
|
+// }
|
|
|
+// //收货地
|
|
|
+// if (ObjectUtils.isNull(ediData.getPlaceReceiptName())) {
|
|
|
+// msg += "收货地,";
|
|
|
+// } else {
|
|
|
+// Map<String, String> mapString = RegularUtils.regularEn(ediData.getPlaceReceiptName(),false);
|
|
|
+// if (!"200".equals(mapString.get("code"))) {
|
|
|
+// character += "收货地,";
|
|
|
+// }
|
|
|
+// }
|
|
|
//交货地代码
|
|
|
if (ObjectUtils.isNull(ediData.getPlaceDeliveryCode())) {
|
|
|
// msg += "交货地代码,";
|
|
|
@@ -147,18 +147,18 @@ public class Regular_PIL {
|
|
|
}
|
|
|
}
|
|
|
//目的地代码
|
|
|
- if (ObjectUtils.isNull(ediData.getPlaceDestinationCode())) {
|
|
|
- msg += "目的地代码,";
|
|
|
- }
|
|
|
- //目的地
|
|
|
- if (ObjectUtils.isNull(ediData.getPlaceDestinationName())) {
|
|
|
- msg += "目的地,";
|
|
|
- } else {
|
|
|
- Map<String, String> mapString = RegularUtils.regularEn(ediData.getPlaceDestinationName(),false);
|
|
|
- if (!"200".equals(mapString.get("code"))) {
|
|
|
- character += "目的地,";
|
|
|
- }
|
|
|
- }
|
|
|
+// if (ObjectUtils.isNull(ediData.getPlaceDestinationCode())) {
|
|
|
+// msg += "目的地代码,";
|
|
|
+// }
|
|
|
+// //目的地
|
|
|
+// if (ObjectUtils.isNull(ediData.getPlaceDestinationName())) {
|
|
|
+// msg += "目的地,";
|
|
|
+// } else {
|
|
|
+// Map<String, String> mapString = RegularUtils.regularEn(ediData.getPlaceDestinationName(),false);
|
|
|
+// if (!"200".equals(mapString.get("code"))) {
|
|
|
+// character += "目的地,";
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
if (ObjectUtils.isNull(ediData.getHshipperCntyCode())) {
|
|
|
if(ediData.ediTypeIsHYCK_PIL_Booking() || ediData.ediTypeIsHYCK_PIL_BL() || ediData.ediTypeIsHYCK_PIL_SI()) {
|