修改企业人员、在线巡查、扫描入企接口

This commit is contained in:
songxudong 2025-04-03 20:04:40 +08:00
parent a315582b2a
commit 4155d43607
4 changed files with 4 additions and 0 deletions

View File

@ -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();
} }

View File

@ -36,6 +36,7 @@ public class OfficerService {
this.agencyRepo = agencyRepo; this.agencyRepo = agencyRepo;
} }
/** /**
* 保存执法人员信息 * 保存执法人员信息
* *

View File

@ -47,6 +47,7 @@ public class OnlinePatrolService {
this.ftpService = ftpService; this.ftpService = ftpService;
} }
/** /**
* 保存在线巡查信息 * 保存在线巡查信息
* *

View File

@ -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;