From 3a45da15c947c2d478a44a51bd0f926647b1b841 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 11 四月 2025 16:33:17 +0800 Subject: [PATCH] 提交 --- server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java b/server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java index 2959b9a..858f5ea 100644 --- a/server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java +++ b/server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java @@ -123,6 +123,7 @@ String getSignLinkChangeUnit(ApplyChange model); List<ApplyChange> findListForCompany(ApplyChange model); + List<ApplyChange> monthTotalList(ApplyChange model); CountCyclePriceVO getChangeCountCyclePriceVO(ApplyChangeCyclePriceDTO applyChangeCyclePriceDTO); -- Gitblit v1.9.3