From 7ee867936786bc685c26acd88c739f6eb58c32b9 Mon Sep 17 00:00:00 2001 From: Andru <769883346@qq.com> Date: 星期五, 22 十二月 2023 15:07:26 +0800 Subject: [PATCH] 添加撤销划扣发送消息给护士长 --- phi_platform_user/src/main/java/com/hx/phip/controller/deduction/DeductionController.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/phi_platform_user/src/main/java/com/hx/phip/controller/deduction/DeductionController.java b/phi_platform_user/src/main/java/com/hx/phip/controller/deduction/DeductionController.java index c0bb486..967996c 100644 --- a/phi_platform_user/src/main/java/com/hx/phip/controller/deduction/DeductionController.java +++ b/phi_platform_user/src/main/java/com/hx/phip/controller/deduction/DeductionController.java @@ -8,16 +8,13 @@ import com.hx.phiappt.common.DeductionSingleConstants; import com.hx.phiappt.constants.tool.PerformanceInfoTool; import com.hx.phiappt.constants.tool.user.UserProjectTool; -import com.hx.phiappt.dao.mapper.IntroProjectManualMapper; import com.hx.phiappt.dao.mapper.NotificationLogMapper; import com.hx.phiappt.dao.mapper.ProjectMapper; import com.hx.phiappt.model.*; import com.hx.phiappt.model.deduction.*; import com.hx.phiappt.model.intro.IntroProjectManual; import com.hx.phiappt.model.performance.PerformanceInfo; -import com.hx.phiappt.model.project.ProjectGeneral; import com.hx.phip.config.CustomParameter; -import com.hx.phip.dao.mapper.ProjectGeneralMapper; import com.hx.phip.dao.mapper.ShopMapper; import com.hx.phip.dao.mapper.UserMapper; import com.hx.phip.service.ComparePhotoRecordPicturesService; @@ -424,6 +421,8 @@ threadPool.getThreadPool().execute(() -> deductionSingleService.autoTag(deductionDto.getDeductionSingleId())); // 淇濆Ε閫備勘涔愰儴鎾ゅ洖璧犻�佷紭鎯犲埜 threadPool.getThreadPool().execute(() -> deductionSingleService.cancelDeductionSingleCoupon(deductionDto.getDeductionSingleId())); + // 浣滃簾鍒掓墸鍙戦�氱煡缁欐姢澹暱 + threadPool.getThreadPool().execute(() -> deductionSingleService.cancelDeductionSingleSentNotice(deductionDto.getDeductionSingleId())); // 杩斿洖 return Result.success(); } -- Gitblit v1.8.0