Browse Source

Merge remote-tracking branch 'remotes/origin/xuankuang' into xuankuang_feature_zfh

dfsfs 1 year ago
parent
commit
0abeaf9e2b

+ 4 - 4
warewms-ams/src/main/java/com/ruoyi/ams/xuankuang/service/WcsToWmsApiService.java

@@ -129,8 +129,8 @@ public class WcsToWmsApiService {
 
             // 推荐目标库位
             BaseLocationLotattDTO baseLocationLotattVO = baseLocationInfoSubService.recommendAReceiptLocation(sku);
-            if (baseLocationLotattVO == null) {
-                AjaxResult.error("没有可以推荐的目标库位!");
+            if (ObjectUtil.isNull(baseLocationLotattVO)) {
+                return AjaxResult.error("没有可以推荐的目标库位!");
             }
 
             //TODO recommendAReceiptLocation,获取库位时,判断同列库存是否是相同入库日期的,不同相同日期不可放
@@ -175,8 +175,8 @@ public class WcsToWmsApiService {
 
         // 推荐目标库位
         BaseLocationLotattDTO baseLocationLotattVO = baseLocationInfoSubService.recommendAReceiptLocation(sku);
-        if (baseLocationLotattVO == null) {
-            AjaxResult.error("没有可以推荐的目标库位!");
+        if (ObjectUtil.isNull(baseLocationLotattVO)) {
+            return AjaxResult.error("没有可以推荐的目标库位!");
         }
 
         // 生成任务