运维接口
This commit is contained in:
parent
0667f26b16
commit
f05f26dd0e
@ -30,7 +30,8 @@ public class XhpcInspectionServiceImpl implements IXhpcInspectionService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<Map<String, Object>> getInspectionList(Long stationId, String time) {
|
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
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user