非现场执法统计、执法概览功能优化
This commit is contained in:
parent
f290f40c0c
commit
aa1075c39e
|
|
@ -23,7 +23,6 @@ import java.util.Map;
|
||||||
public class OffSiteLawEnforceController {
|
public class OffSiteLawEnforceController {
|
||||||
|
|
||||||
private final OffSiteLawEnforceService offSiteLawEnforceService;
|
private final OffSiteLawEnforceService offSiteLawEnforceService;
|
||||||
private final EnterpriseWarnService enterpriseWarnService;
|
|
||||||
|
|
||||||
public OffSiteLawEnforceController(OffSiteLawEnforceService offSiteLawEnforceService,
|
public OffSiteLawEnforceController(OffSiteLawEnforceService offSiteLawEnforceService,
|
||||||
EnterpriseWarnService enterpriseWarnService) {
|
EnterpriseWarnService enterpriseWarnService) {
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,11 @@ public class OnlinePatrolController {
|
||||||
|
|
||||||
private final OnlinePatrolService onlinePatrolService;
|
private final OnlinePatrolService onlinePatrolService;
|
||||||
|
|
||||||
|
|
||||||
|
public OnlinePatrolController(OnlinePatrolService onlinePatrolService) {
|
||||||
|
this.onlinePatrolService = onlinePatrolService;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建报送审批
|
* 创建报送审批
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue