运维接口

This commit is contained in:
2265829957@qq.com 2026-02-23 17:48:46 +08:00
parent 0667f26b16
commit f05f26dd0e

View File

@ -30,7 +30,8 @@ public class XhpcInspectionServiceImpl implements IXhpcInspectionService {
@Override
public List<Map<String, Object>> getInspectionList(Long stationId, String time) {
return xhpcInspectionMapper.getInspectionList(stationId, time);
String today = DateUtil.today();
return xhpcInspectionMapper.getInspectionList(stationId, today);
}
@Override