作者 shenhailong

。。。。。

@@ -1218,6 +1218,7 @@ public class ManifestController extends BasicController { @@ -1218,6 +1218,7 @@ public class ManifestController extends BasicController {
1218 hzWaybillService.save(hzwaybllinfoEntity); 1218 hzWaybillService.save(hzwaybllinfoEntity);
1219 } 1219 }
1220 } 1220 }
  1221 +
1221 manifestService.save(manifest); 1222 manifestService.save(manifest);
1222 receiptService.saveFromManifest(manifest, type); 1223 receiptService.saveFromManifest(manifest, type);
1223 // 生成报文并且发送 1224 // 生成报文并且发送
@@ -2562,7 +2563,7 @@ public class ManifestController extends BasicController { @@ -2562,7 +2563,7 @@ public class ManifestController extends BasicController {
2562 manifestEntity.setShpcusid(arr.get(13)); 2563 manifestEntity.setShpcusid(arr.get(13));
2563 // 发货人公司 2564 // 发货人公司
2564 manifestEntity.setCo_company(arr.get(14)); 2565 manifestEntity.setCo_company(arr.get(14));
2565 - manifestEntity.setCo_name(arr.get(14)); 2566 + manifestEntity.setSh_name(arr.get(14));
2566 // 发货人地址 2567 // 发货人地址
2567 manifestEntity.setCo_address(arr.get(15)); 2568 manifestEntity.setCo_address(arr.get(15));
2568 // 发货人国家代码 2569 // 发货人国家代码
@@ -2691,7 +2692,7 @@ public class ManifestController extends BasicController { @@ -2691,7 +2692,7 @@ public class ManifestController extends BasicController {
2691 seconday.setShpcusid(arr.get(13)); 2692 seconday.setShpcusid(arr.get(13));
2692 // 发货人公司 2693 // 发货人公司
2693 seconday.setCo_company(arr.get(14)); 2694 seconday.setCo_company(arr.get(14));
2694 - seconday.setCo_name(arr.get(14)); 2695 + seconday.setSh_name(arr.get(14));
2695 // 发货人地址 2696 // 发货人地址
2696 seconday.setCo_address(arr.get(15)); 2697 seconday.setCo_address(arr.get(15));
2697 // 发货人国家代码 2698 // 发货人国家代码
@@ -106,7 +106,7 @@ public class SecurityDeclarationController { @@ -106,7 +106,7 @@ public class SecurityDeclarationController {
106 sdVo.setSd_iata_number(sd.getIata()); 106 sdVo.setSd_iata_number(sd.getIata());
107 sdVo.setUser_id(sd.getUSERID()); 107 sdVo.setUser_id(sd.getUSERID());
108 if("1".equals(sd.getStatics())){ 108 if("1".equals(sd.getStatics())){
109 - sdVo.setSd_static("已发送安检申报报文"); 109 + sdVo.setSd_static("已暂存");
110 } 110 }
111 sdVo.setOperation(sd.getOperation()); 111 sdVo.setOperation(sd.getOperation());
112 sdVo.setCustoms(sd.getCustoms()); 112 sdVo.setCustoms(sd.getCustoms());