|
@@ -189,6 +189,7 @@ public class StockPreparationServiceImpl implements StockPreparationService {
|
|
|
.in(BaseIdPo::getId, orderIdList)
|
|
|
.set(OrderInfo::getStatus, OrderStatusEnum.IN_PRODUCTION.getKey())
|
|
|
.set(OrderInfo::getOutDepartmentId, outDepartmentId)
|
|
|
+ .set(OrderInfo::getLockStorage, StatusConstant.NO)
|
|
|
);
|
|
|
|
|
|
// 订单sku出库
|