|
|
|
@@ -1536,7 +1536,7 @@ open class DeliveryOrderService( |
|
|
|
this.type = "do" |
|
|
|
this.consoPickOrderCode = consoCode |
|
|
|
this.status = StockOutStatus.PENDING.status |
|
|
|
//this.handler = request.userId |
|
|
|
this.handler = request.userId |
|
|
|
} |
|
|
|
val savedStockOut = stockOutRepository.saveAndFlush(stockOut) |
|
|
|
|
|
|
|
|