|
@@ -104,7 +104,7 @@ public class StockPreparationServiceImpl implements StockPreparationService {
|
|
.eq(OrderSku::getStockPreparationStatus, StatusConstant.NO)
|
|
.eq(OrderSku::getStockPreparationStatus, StatusConstant.NO)
|
|
.in(BaseIdPo::getId, orderSkuIdList));
|
|
.in(BaseIdPo::getId, orderSkuIdList));
|
|
|
|
|
|
- if (orderSkuIdList.size() == 0) {
|
|
|
|
|
|
+ if (orderSkuList.size() == 0) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|