Revert "fix:"

This reverts commit fc34c94a49.
This commit is contained in:
ljw 2025-01-21 11:33:37 +08:00
parent ac0d0122e6
commit 2ccaff8958

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)&& !yem_shipports.isEmpty()) {
if (!YEM.isEmpty(yem_shipports)) {
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)&& !yem_Destports.isEmpty()) {
if (!YEM.isEmpty(yem_Destports)) {
for (DynamicObject yemShipport : yem_Destports) {
String string = yemShipport.getDynamicObject("fbasedataid").getString("name");
yemDestports.append(string);//目的港