fix 删除项目、删除分发检查关联构建失败问题

This commit is contained in:
bwcx_jzy 2024-01-04 08:52:29 +08:00
parent 2bd4559ebe
commit e955f59299
No known key found for this signature in database
GPG Key ID: E187D6E9DDDE8C53
2 changed files with 1 additions and 5 deletions

View File

@ -5,6 +5,7 @@
### 🐞 解决BUG、优化功能
1. 【server】优化 支持批量删除构建信息(感谢@奇奇)
2. 【server】修复 删除项目、删除分发检查关联构建失败问题
------

View File

@ -23,7 +23,6 @@
package org.dromara.jpom.model.data;
import cn.hutool.core.annotation.PropIgnore;
import cn.hutool.core.util.ObjectUtil;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;
@ -147,10 +146,6 @@ public class BuildInfoModel extends BaseGroupModel {
*/
private Integer resultKeepDay;
public Integer getResultKeepDay() {
return ObjectUtil.defaultIfNull(this.resultKeepDay, 0);
}
@Tolerate
public BuildInfoModel() {
}