zss
2024-11-21 8e90e43a4a88e16b59d5abeed9c638801a9269ff
inspect-server/src/main/java/com/yuanchu/mom/controller/InsOrderController.java
@@ -238,4 +238,6 @@
        CostStatisticsDto costStatisticsDto = JackSonUtil.unmarshal(JackSonUtil.marshal(data.get("entity")), CostStatisticsDto.class);
       insOrderService.export(costStatisticsDto,response);
    }
}