非现场执法功能修改
This commit is contained in:
parent
eb004d9dff
commit
d39026ad34
|
|
@ -16,7 +16,6 @@ public class SupervisionCheckStatisticsDto {
|
|||
private Integer hasChildren;//是否叶子
|
||||
private Integer checks;//检查总数
|
||||
private Integer steers;//督导检查数
|
||||
|
||||
private Integer crosss;//交叉检查数
|
||||
private Integer reports;//举报核查数
|
||||
}
|
||||
|
|
|
|||
|
|
@ -162,7 +162,6 @@ public class EnforcementInfoService {
|
|||
} else if ("2".equals(enforcementInfoDto.getPlanType())) { // 2:双重双随机一公开清单
|
||||
enforceCheck.setCheckType("8");
|
||||
}
|
||||
|
||||
} else {
|
||||
enforceCheck.setCheckType(enforcementInfoDto.getCheckType());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue