修改企业人员、在线巡查、扫描入企接口
This commit is contained in:
parent
a315582b2a
commit
4155d43607
|
|
@ -32,6 +32,7 @@ public class OffSiteLawEnforceService {
|
||||||
this.enterpriseWarnRepository = enterpriseWarnRepository;
|
this.enterpriseWarnRepository = enterpriseWarnRepository;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public Long getQyjrtj() {
|
public Long getQyjrtj() {
|
||||||
return enterpriseRepository.findQyjrtj();
|
return enterpriseRepository.findQyjrtj();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ public class OfficerService {
|
||||||
this.agencyRepo = agencyRepo;
|
this.agencyRepo = agencyRepo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 保存执法人员信息
|
* 保存执法人员信息
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ public class OnlinePatrolService {
|
||||||
this.ftpService = ftpService;
|
this.ftpService = ftpService;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 保存在线巡查信息
|
* 保存在线巡查信息
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ import java.util.UUID;
|
||||||
@Service
|
@Service
|
||||||
public class QrCodeService {
|
public class QrCodeService {
|
||||||
|
|
||||||
|
|
||||||
private final EnforcementInfoRepository enforcementInfoRepository;
|
private final EnforcementInfoRepository enforcementInfoRepository;
|
||||||
private final RedisTemplate<String, String> redisTemplate;
|
private final RedisTemplate<String, String> redisTemplate;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue