commit
This commit is contained in:
+1
-1
@@ -374,7 +374,7 @@ public class TheRapyRecuperationAuditController {
|
|||||||
content = "【智慧工会】%s老师您好,您报名的%s线路已组团成功,请按约定出行。"
|
content = "【智慧工会】%s老师您好,您报名的%s线路已组团成功,请按约定出行。"
|
||||||
.formatted(user.getUsername(), theRapyRecuperationLine.getLineName());
|
.formatted(user.getUsername(), theRapyRecuperationLine.getLineName());
|
||||||
}
|
}
|
||||||
msgApi.sendTextMsg(content,user.getLoginname());
|
//msgApi.sendMsg(content,user.getLoginname());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -157,7 +157,7 @@ public class TheRapyRecuperationEnrollSchoolAuditController {
|
|||||||
enrollService.update(unionSelect);
|
enrollService.update(unionSelect);
|
||||||
TheRapyRecuperationLine line = enrollService.dao().fetch(TheRapyRecuperationLine.class, unionSelect.getLineId());
|
TheRapyRecuperationLine line = enrollService.dao().fetch(TheRapyRecuperationLine.class, unionSelect.getLineId());
|
||||||
Sys_user user = enrollService.dao().fetch(Sys_user.class, unionSelect.getSelectUserId());
|
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();
|
return Result.success();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -157,7 +157,7 @@ public class TheRapyRecuperationEnrollUnionAuditController {
|
|||||||
enrollService.update(unionSelect);
|
enrollService.update(unionSelect);
|
||||||
TheRapyRecuperationLine line = enrollService.dao().fetch(TheRapyRecuperationLine.class, unionSelect.getLineId());
|
TheRapyRecuperationLine line = enrollService.dao().fetch(TheRapyRecuperationLine.class, unionSelect.getLineId());
|
||||||
Sys_user user = enrollService.dao().fetch(Sys_user.class, unionSelect.getSelectUserId());
|
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();
|
return Result.success();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -165,7 +165,7 @@ public class TheRapyRecuperationEnrollUnitLeaderAuditController {
|
|||||||
enrollService.update(unionSelect);
|
enrollService.update(unionSelect);
|
||||||
TheRapyRecuperationLine line = enrollService.dao().fetch(TheRapyRecuperationLine.class, unionSelect.getLineId());
|
TheRapyRecuperationLine line = enrollService.dao().fetch(TheRapyRecuperationLine.class, unionSelect.getLineId());
|
||||||
Sys_user user = enrollService.dao().fetch(Sys_user.class, unionSelect.getSelectUserId());
|
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();
|
return Result.success();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -222,7 +222,7 @@ public class TheRapyRecuperationLineStatisticsController {
|
|||||||
line.getLineName(),
|
line.getLineName(),
|
||||||
DateUtil.format(unionSelect.getPlayStartTime(), "yyyy-MM-dd")
|
DateUtil.format(unionSelect.getPlayStartTime(), "yyyy-MM-dd")
|
||||||
);
|
);
|
||||||
msgApi.sendTextMsg(content, item.getLoginName());
|
//msgApi.sendTextMsg(content, item.getLoginName());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
@@ -272,7 +272,7 @@ public class TheRapyRecuperationLineStatisticsController {
|
|||||||
line.getLineName(),
|
line.getLineName(),
|
||||||
DateUtil.format(unionSelect.getPlayStartTime(), "yyyy-MM-dd")
|
DateUtil.format(unionSelect.getPlayStartTime(), "yyyy-MM-dd")
|
||||||
);
|
);
|
||||||
msgApi.sendTextMsg(content, item.getLoginName());
|
//msgApi.sendTextMsg(content, item.getLoginName());
|
||||||
});
|
});
|
||||||
|
|
||||||
if(!type) {
|
if(!type) {
|
||||||
|
|||||||
+1
-1
@@ -138,6 +138,6 @@ public class TheRapyRecuperationAuditServiceImpl extends ViServiceImpl<Audit> im
|
|||||||
content = "【智慧工会】%s老师您好,您报名的%s线路已组团成功,请按约定出行。"
|
content = "【智慧工会】%s老师您好,您报名的%s线路已组团成功,请按约定出行。"
|
||||||
.formatted(user.getUsername(), theRapyRecuperationLine.getLineName());
|
.formatted(user.getUsername(), theRapyRecuperationLine.getLineName());
|
||||||
}
|
}
|
||||||
msgApi.sendTextMsg(content,user.getLoginname());
|
//msgApi.sendTextMsg(content,user.getLoginname());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user