Mr.Shi
2023-08-21 9806ca2cd1f15c6cf7b595ae455ff61904792b8a
server/src/main/java/doumeemes/api/ext/WorkorderRecordExtController.java
@@ -91,7 +91,7 @@
    public ApiResponse comfirmDoneStandard(@RequestBody AutoWorkReportDTO autoWorkReportDTO) {
        Workorder workorder =workorderRecordStandardService.comfirmDoneNew(autoWorkReportDTO,true);
        //发送消息队列处理分享操作
        workorderExtService.statisticNum(workorder);
        workorderExtService.statisticNumAsync(workorder);
        return ApiResponse.success("操作成功");
    }