Commit a5ae1dad by huluobin

3.6fix

parent 5ae8256e
...@@ -84,7 +84,6 @@ public class MallOrderController { ...@@ -84,7 +84,6 @@ public class MallOrderController {
@GetMapping("/customer/mallOrder/getMallOrderAggregate/{mallOrderId}") @GetMapping("/customer/mallOrder/getMallOrderAggregate/{mallOrderId}")
public JsonResult<MallOrder> getMallOrderAggregate(@RequestHeader String token, public JsonResult<MallOrder> getMallOrderAggregate(@RequestHeader String token,
@PathVariable Long mallOrderId) { @PathVariable Long mallOrderId) {
Integer currentCustomerId = SessionUtils.getCustomerId();
MallOrder mallOrder = mallOrderService.getMallOrderAggregate(mallOrderId); MallOrder mallOrder = mallOrderService.getMallOrderAggregate(mallOrderId);
return JsonResult.success(mallOrder); return JsonResult.success(mallOrder);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment