From 95f0a8b4d82a859f2018c9d77e1a8a3a38b2d523 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 23 七月 2024 17:06:50 +0800 Subject: [PATCH] 报备记录、编号工具方法 --- ycl-server/src/main/java/com/ycl/platform/service/CalculateReportService.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/java/com/ycl/platform/service/CalculateReportService.java b/ycl-server/src/main/java/com/ycl/platform/service/CalculateReportService.java index 9a8933f..2281a39 100644 --- a/ycl-server/src/main/java/com/ycl/platform/service/CalculateReportService.java +++ b/ycl-server/src/main/java/com/ycl/platform/service/CalculateReportService.java @@ -71,4 +71,12 @@ * @return */ Result backfill(CalculateReportBackfillForm form); + + /** + * 淇敼鍙戝竷鐘舵�� + * + * @param reportId + * @return + */ + Result updatePublishStatus(Long reportId); } -- Gitblit v1.8.0