|
@@ -607,6 +607,39 @@ public class SyShippingOrderController extends JeecgController<SyShippingOrder,
|
|
|
|
|
|
entity.setTotalVolume(tatolVolume);
|
|
|
|
|
|
+
|
|
|
+ if(oConvertUtils.isEmpty(entity.getUnitInOperation())){
|
|
|
+ entity.setUnitInOperation(" ");
|
|
|
+ }
|
|
|
+ if(oConvertUtils.isEmpty(entity.getCustomsCode())){
|
|
|
+ entity.setCustomsCode(" ");
|
|
|
+ }
|
|
|
+ if(oConvertUtils.isEmpty(entity.getDutyParagraph())){
|
|
|
+ entity.setDutyParagraph(" ");
|
|
|
+ }
|
|
|
+
|
|
|
+ if(oConvertUtils.isEmpty(entity.getExportPort())){
|
|
|
+ entity.setExportPort(" ");
|
|
|
+ }
|
|
|
+ if(oConvertUtils.isEmpty(entity.getLatestDateOfShipment())){
|
|
|
+ entity.setLatestDateOfShipment(" ");
|
|
|
+ }
|
|
|
+ if(oConvertUtils.isEmpty(entity.getTypeOfShipping())){
|
|
|
+ entity.setTypeOfShipping(" ");
|
|
|
+ } if(oConvertUtils.isEmpty(entity.getShippingOrderNumber())){
|
|
|
+ entity.setShippingOrderNumber(" ");
|
|
|
+ } if(oConvertUtils.isEmpty(entity.getTradeCountry())){
|
|
|
+ entity.setTradeCountry(" ");
|
|
|
+ }
|
|
|
+ if(oConvertUtils.isEmpty(entity.getArriveInCountry())){
|
|
|
+ entity.setArriveInCountry(" ");
|
|
|
+ }
|
|
|
+ if(oConvertUtils.isEmpty(entity.getDestinationPort())){
|
|
|
+ entity.setDestinationPort(" ");
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
if(testName.equals("报关信息-报关单")){
|