xuhy
2024-12-30 c9b82feb62c72d7f19ad2716211137cc2db6b701
applet/src/main/java/com/jilongda/applet/controller/TOrderController.java
@@ -53,7 +53,6 @@
    @ApiOperation(value = "查询订单详情")
    @GetMapping(value = "/getDetailById")
    public ApiResult getDetailById(@RequestParam Integer id) {
        TOrder order = tOrderService.getById(id);
        TOrderVO tOrderVO = new TOrderVO();
        BeanUtils.copyProperties(order, tOrderVO);