Mr.Shi
2023-08-22 961a54152717ed343a6e16e923c67ef4afc1d5f1
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("操作成功");
    }