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("操作成功"); }