From 02a40ba40a97d3536658d1ed29430620d3a3b8a0 Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Wed, 28 May 2025 14:33:34 +0800 Subject: [PATCH] commit --- .../controller/audit/TheRapyRecuperationAuditController.java | 2 +- .../TheRapyRecuperationEnrollSchoolAuditController.java | 2 +- .../TheRapyRecuperationEnrollUnionAuditController.java | 2 +- .../TheRapyRecuperationEnrollUnitLeaderAuditController.java | 2 +- .../TheRapyRecuperationLineStatisticsController.java | 4 ++-- .../service/impl/TheRapyRecuperationAuditServiceImpl.java | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/audit/TheRapyRecuperationAuditController.java b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/audit/TheRapyRecuperationAuditController.java index 3d843a0..e302e05 100644 --- a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/audit/TheRapyRecuperationAuditController.java +++ b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/audit/TheRapyRecuperationAuditController.java @@ -374,7 +374,7 @@ public class TheRapyRecuperationAuditController { content = "【智慧工会】%s老师您好,您报名的%s线路已组团成功,请按约定出行。" .formatted(user.getUsername(), theRapyRecuperationLine.getLineName()); } - msgApi.sendTextMsg(content,user.getLoginname()); + //msgApi.sendMsg(content,user.getLoginname()); } diff --git a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollSchoolAuditController.java b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollSchoolAuditController.java index 4001815..018272f 100644 --- a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollSchoolAuditController.java +++ b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollSchoolAuditController.java @@ -157,7 +157,7 @@ public class TheRapyRecuperationEnrollSchoolAuditController { enrollService.update(unionSelect); TheRapyRecuperationLine line = enrollService.dao().fetch(TheRapyRecuperationLine.class, unionSelect.getLineId()); Sys_user user = enrollService.dao().fetch(Sys_user.class, unionSelect.getSelectUserId()); - msgApi.sendTextMsg("您备案的疗休养【"+line.getLineName()+"】校工会退回,请修改后在提交审核!", user.getLoginname()); + //msgApi.sendTextMsg("您备案的疗休养【"+line.getLineName()+"】校工会退回,请修改后在提交审核!", user.getLoginname()); return Result.success(); } } diff --git a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollUnionAuditController.java b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollUnionAuditController.java index a4810f4..e810fbc 100644 --- a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollUnionAuditController.java +++ b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollUnionAuditController.java @@ -157,7 +157,7 @@ public class TheRapyRecuperationEnrollUnionAuditController { enrollService.update(unionSelect); TheRapyRecuperationLine line = enrollService.dao().fetch(TheRapyRecuperationLine.class, unionSelect.getLineId()); Sys_user user = enrollService.dao().fetch(Sys_user.class, unionSelect.getSelectUserId()); - msgApi.sendTextMsg("您备案的疗休养【"+line.getLineName()+"】分工会退回,请修改后在提交审核!", user.getLoginname()); + //msgApi.sendTextMsg("您备案的疗休养【"+line.getLineName()+"】分工会退回,请修改后在提交审核!", user.getLoginname()); return Result.success(); } diff --git a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollUnitLeaderAuditController.java b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollUnitLeaderAuditController.java index 176917a..f3764a6 100644 --- a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollUnitLeaderAuditController.java +++ b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/enrollAudit/TheRapyRecuperationEnrollUnitLeaderAuditController.java @@ -165,7 +165,7 @@ public class TheRapyRecuperationEnrollUnitLeaderAuditController { enrollService.update(unionSelect); TheRapyRecuperationLine line = enrollService.dao().fetch(TheRapyRecuperationLine.class, unionSelect.getLineId()); Sys_user user = enrollService.dao().fetch(Sys_user.class, unionSelect.getSelectUserId()); - msgApi.sendTextMsg("您备案的疗休养【"+line.getLineName()+"】单位领导退回,请修改后在提交审核!", user.getLoginname()); + //msgApi.sendTextMsg("您备案的疗休养【"+line.getLineName()+"】单位领导退回,请修改后在提交审核!", user.getLoginname()); return Result.success(); } diff --git a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/statistics/TheRapyRecuperationLineStatisticsController.java b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/statistics/TheRapyRecuperationLineStatisticsController.java index 3ac86b9..5b55433 100644 --- a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/statistics/TheRapyRecuperationLineStatisticsController.java +++ b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/statistics/TheRapyRecuperationLineStatisticsController.java @@ -222,7 +222,7 @@ public class TheRapyRecuperationLineStatisticsController { line.getLineName(), DateUtil.format(unionSelect.getPlayStartTime(), "yyyy-MM-dd") ); - msgApi.sendTextMsg(content, item.getLoginName()); + //msgApi.sendTextMsg(content, item.getLoginName()); }); } return null; @@ -272,7 +272,7 @@ public class TheRapyRecuperationLineStatisticsController { line.getLineName(), DateUtil.format(unionSelect.getPlayStartTime(), "yyyy-MM-dd") ); - msgApi.sendTextMsg(content, item.getLoginName()); + //msgApi.sendTextMsg(content, item.getLoginName()); }); if(!type) { diff --git a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/service/impl/TheRapyRecuperationAuditServiceImpl.java b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/service/impl/TheRapyRecuperationAuditServiceImpl.java index c0e0741..61dfb36 100644 --- a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/service/impl/TheRapyRecuperationAuditServiceImpl.java +++ b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/service/impl/TheRapyRecuperationAuditServiceImpl.java @@ -138,6 +138,6 @@ public class TheRapyRecuperationAuditServiceImpl extends ViServiceImpl im content = "【智慧工会】%s老师您好,您报名的%s线路已组团成功,请按约定出行。" .formatted(user.getUsername(), theRapyRecuperationLine.getLineName()); } - msgApi.sendTextMsg(content,user.getLoginname()); + //msgApi.sendTextMsg(content,user.getLoginname()); } }