Revert "fix:"

This reverts commit 0289611ec0.
This commit is contained in:
ljw 2025-01-21 11:33:39 +08:00
parent 2ccaff8958
commit 71e482b3aa

View File

@ -81,14 +81,14 @@ public class ExportInvoiceSaveOP extends AbstractOperationServicePlugIn {
String yemLadbillnum = dataEntitie.getString("yem_ladbillnum");//提单号
// queryString//合同号
DynamicObjectCollection yem_shipports = dataEntitie.getDynamicObjectCollection("yem_shipports");//起运港
if (!YEM.isEmpty(yem_shipports)) {
if (yem_shipports != null) {
for (DynamicObject yemShipport : yem_shipports) {
String ssa = yemShipport.getDynamicObject("fbasedataid").getString("name");//起运港
yemShipports.append(ssa);
}
}
DynamicObjectCollection yem_Destports = dataEntitie.getDynamicObjectCollection("yem_destports");//目的港
if (!YEM.isEmpty(yem_Destports)) {
if (yem_Destports != null) {
for (DynamicObject yemShipport : yem_Destports) {
String string = yemShipport.getDynamicObject("fbasedataid").getString("name");
yemDestports.append(string);//目的港