测试:只修改类名
All checks were successful
类变更检测 / class-change-check (push) Successful in 15s

This commit is contained in:
2026-06-08 14:41:50 +08:00
parent 9141fdbb19
commit 3ae49737e2
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class_check:
# 企业微信通知开关 # false不发送企微完整通知内容仅打印到 CI 日志 # 企业微信通知开关 # false不发送企微完整通知内容仅打印到 CI 日志
wecom: wecom:
enabled: false enabled: true
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

@@ -13,7 +13,7 @@ import java.util.Date;
*/ */
@Getter @Getter
@Setter @Setter
public class ApplyAttendanceChangeDto { public class ApplyAttendanceChangeDto1 {
/** 流程主键 */ /** 流程主键 */
private Integer taskId; private Integer taskId;