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