|
|
|
@ -25,7 +25,7 @@ public class OrderUserCommandController { |
|
|
|
@RequestParam("userId") Long userId) { |
|
|
|
Order order = dto.trans2Domain(); |
|
|
|
order.setUserId(userId); |
|
|
|
return orderApplicationService.submit(dto.trans2Domain()); |
|
|
|
return orderApplicationService.submit(order); |
|
|
|
} |
|
|
|
|
|
|
|
} |