非现场执法功能修改

This commit is contained in:
songxudong 2025-06-27 17:03:03 +08:00
parent eb004d9dff
commit d39026ad34
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ public class SupervisionCheckStatisticsDto {
private Integer hasChildren;//是否叶子
private Integer checks;//检查总数
private Integer steers;//督导检查数
private Integer crosss;//交叉检查数
private Integer reports;//举报核查数
}

View File

@ -162,7 +162,6 @@ public class EnforcementInfoService {
} else if ("2".equals(enforcementInfoDto.getPlanType())) { // 2双重双随机一公开清单
enforceCheck.setCheckType("8");
}
} else {
enforceCheck.setCheckType(enforcementInfoDto.getCheckType());
}