Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
zhangshaowu
/
pipi-helper
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 063fce5f
authored
Feb 09, 2023
by
zhaolianjie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
卡片流程 - 提示优化
1 parent
d3a70643
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/pipihelper/project/scheduled/MassageNoticeScheduleService.java
src/main/java/com/pipihelper/project/scheduled/MassageNoticeScheduleService.java
View file @
063fce5
...
@@ -74,7 +74,7 @@ public class MassageNoticeScheduleService {
...
@@ -74,7 +74,7 @@ public class MassageNoticeScheduleService {
// * 每周四定时生成要按摩的人员名单,并发送大群和单人消息
// * 每周四定时生成要按摩的人员名单,并发送大群和单人消息
// */
// */
// @Async
// @Async
@Scheduled
(
cron
=
"0 0 11 ? * THU"
)
@Scheduled
(
cron
=
"0
3
0 11 ? * THU"
)
public
void
sendMsgCardToPipiChat
()
{
public
void
sendMsgCardToPipiChat
()
{
employeeService
.
uprsetAllEmployee
();
employeeService
.
uprsetAllEmployee
();
chatMessageService
.
deleteAll
();
chatMessageService
.
deleteAll
();
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment