非现场执法管理在线审批等功能bug处理

This commit is contained in:
songxudong 2025-07-04 17:19:06 +08:00
parent ea4127257b
commit dc6b722295
3 changed files with 1 additions and 14 deletions

View File

@ -25,11 +25,7 @@ public class OffSiteLawEnforceController {
private final OffSiteLawEnforceService offSiteLawEnforceService;
private final EnterpriseWarnService enterpriseWarnService;
public OffSiteLawEnforceController(OffSiteLawEnforceService offSiteLawEnforceService,
EnterpriseWarnService enterpriseWarnService) {
this.offSiteLawEnforceService = offSiteLawEnforceService;
this.enterpriseWarnService = enterpriseWarnService;
}
/**
* 企业接入统计

View File

@ -21,10 +21,6 @@ public class OnlinePatrolController {
private final OnlinePatrolService onlinePatrolService;
public OnlinePatrolController(OnlinePatrolService onlinePatrolService) {
this.onlinePatrolService = onlinePatrolService;
}
/**
* 创建报送审批
*

View File

@ -127,11 +127,6 @@ public class EnforcementInfo extends BaseModel {
@Column(name = "data_from", length = 2, nullable = false)
private String dataFrom;
@Comment("录入时间(精确到秒)")
@Column(name = "create_time")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime createTime;
@Comment("更新时间(精确到秒)")
@Column(name = "update_time")