宣城汇聚0703改动

ds-xuancheng
luyya 2025-07-04 09:27:32 +08:00
parent 9b87b40361
commit 13f517251b
1 changed files with 2 additions and 0 deletions

View File

@ -19,11 +19,13 @@ public class TDeviceGpsServiceImpl implements ITDeviceGpsService {
@Override
@DS("bdgc")
public List<EsGpsInfo> selectBDGCGPS(EsGpsInfo esGpsInfo) {
return deviceMapper.selectBDGCGPS(esGpsInfo);
}
@Override
@DS("bdgc")
public EsGpsInfo selectBDGCMaxTime() {
return deviceMapper.selectBDGCMaxTime();
}