Browse Source

基础配置

master
张彭杰 2 years ago
parent
commit
024ef014d0
1 changed files with 1 additions and 1 deletions
  1. 2
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/command/order/user/OrderUserCommandController.java

2
dating-agency-mall-server/src/main/java/com/qniao/dam/api/command/order/user/OrderUserCommandController.java

@ -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);
}
}
Loading…
Cancel
Save