Index: yunna/src/main/java/com/freshport/service/impl/FruitShipPortServiceImpl.java
===================================================================
--- yunna/src/main/java/com/freshport/service/impl/FruitShipPortServiceImpl.java	(revision 33878)
+++ yunna/src/main/java/com/freshport/service/impl/FruitShipPortServiceImpl.java	(revision 33879)
@@ -159,15 +159,14 @@
             }
 
             // try {
-            if (!CommonUtils.isEmpty(loadingList)) {
-                // 分组保存
-                List<List<YwShipPortLoading>> splitList = CommonUtils.splitList(loadingList,
-                        CommonInfo.SQLSERVER_BATCH_GROUPING_COUNT_HUNDRED_150);
-                for (int i = 0; i < splitList.size(); i++) {
-                    ywShipPortLoadingMapper.insertList(splitList.get(i));
-                }
+            // if (!CommonUtils.isEmpty(loadingList)) {
+            // 分组保存
+            List<List<YwShipPortLoading>> splitList = CommonUtils.splitList(loadingList,
+                    CommonInfo.SQLSERVER_BATCH_GROUPING_COUNT_HUNDRED_150);
+            for (int i = 0; i < splitList.size(); i++) {
+                ywShipPortLoadingMapper.insertList(splitList.get(i));
             }
-
+            // }
             // } catch (Exception e) {
             //
             // e.printStackTrace();


