关闭通知测试
All checks were successful
类变更检测 / class-change-check (push) Successful in 14s

This commit is contained in:
2026-06-08 14:30:31 +08:00
parent 7c807bd9e9
commit 5821b85578
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class_check:
# 企业微信通知开关 # false不发送企微完整通知内容仅打印到 CI 日志 # 企业微信通知开关 # false不发送企微完整通知内容仅打印到 CI 日志
wecom: wecom:
enabled: true enabled: false
webhook_url: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=61f08cc9-b734-4dff-a931-7f33654c0a81" webhook_url: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=61f08cc9-b734-4dff-a931-7f33654c0a81"
# true无变更时打印「无类变更静默退出」后正常结束不发送通知 # true无变更时打印「无类变更静默退出」后正常结束不发送通知

View File

@@ -16,7 +16,7 @@ import java.util.Date;
public class ApplyAttendanceChangeDto { public class ApplyAttendanceChangeDto {
/** 流程主键 */ /** 流程主键 */
private String taskId; private Integer taskId;
/** 流程标题 */ /** 流程标题 */
private String flowTitle; private String flowTitle;
/** 申请人员 */ /** 申请人员 */