From ce92a3ed66815939df41ba185971bcf07bddb8a2 Mon Sep 17 00:00:00 2001 From: lijiazhuo <13787924+lijiazhuosky@user.noreply.gitee.com> Date: Tue, 14 Oct 2025 14:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ac729b3..2dc15fc 100644 --- a/README.md +++ b/README.md @@ -8,31 +8,43 @@ 项目主要为推送以及定时任务: 以下为相关接口: @PostMapping("/dpapp") +此接口为dpapp的法大大合同 @PostMapping("/count") +此接口为与人员统计 @PostMapping("/count1") +此接口为与数量统计 @PostMapping("/geren") +此接口给人员的个人奖励 @PostMapping("/gerentype") +此接口为人员奖励类型 @PostMapping("/nostatus") +此接口为筛选人员无状态 @PostMapping("/nostatu") +此接口为筛选人员有状态 @PostMapping("/useridtime") +此接口为人员id的创建时间 @PostMapping("/selectmax") +此接口为查询奖励的最大值 @PostMapping("/reward") +此接口为奖励发放 @PostMapping("/id") +此接口获取人员id @PostMapping("/yingxiao") +此接口为营销人员接口 @PostMapping("/zuofei") +此接口为法大大合同作废接口 @PostMapping("/test") +此接口为调用海报接口 定时任务: @Scheduled(fixedRate = 3600000) -public void main11() throws Exception { -。。。。。} + +此定时任务为定时检测法大大合同完成状态并写入纪元 + @Scheduled(cron = "0 0 1 * * ?") -public void maina() { -。。。。。。。。。。 -} - +此定时任务为定时下载合同到纪元