首页-各组线每月设备故障数、设备完好率修改BUG解决

master
wws 1 year ago
parent ec3f01dd84
commit 59319007b1

@ -268,6 +268,17 @@ public class DeviceInterfaceServiceImpl implements IDeviceInterfaceService {
return success(list);
}
/**
*
*/
@Override
@DS("master")
public AjaxResult getDeviceRefreshTime(EquOperationRecord equOperationRecord) {
String refreshTime = deviceInterfaceMapper.getDeviceRefreshTime(equOperationRecord);
int time = Integer.parseInt(refreshTime);
return success(time);
}
/**
* -线
* @return
@ -295,7 +306,4 @@ public class DeviceInterfaceServiceImpl implements IDeviceInterfaceService {
return success(faultVOList);
}
public static void main(String[] args) {
}
}

Loading…
Cancel
Save