xuhy
2024-12-27 167f614976b05fb7bc2c40467f55dc88c7efed4f
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);