|
@@ -175,8 +175,8 @@ public class WcsToWmsApiService {
|
|
|
|
|
|
// 推荐目标库位
|
|
|
BaseLocationLotattDTO baseLocationLotattVO = baseLocationInfoSubService.recommendAReceiptLocation(sku);
|
|
|
- if (baseLocationLotattVO == null) {
|
|
|
- AjaxResult.error("没有可以推荐的目标库位!");
|
|
|
+ if (ObjectUtil.isNull(baseLocationLotattVO)) {
|
|
|
+ return AjaxResult.error("没有可以推荐的目标库位!");
|
|
|
}
|
|
|
|
|
|
// 生成任务
|