| | |
| | | |
| | | //在线监测-历史监控-获取充放电记录 |
| | | public Response searchBattTestInfDataById(int battGroupId, int fbsDeviceId) { |
| | | String lang = ActionUtil.getLang(); |
| | | QueryWrapper wrapper = new QueryWrapper(); |
| | | wrapper.eq("BattGroupId", battGroupId); |
| | | wrapper.eq("data_available", 1); |
| | |
| | | tinf.setTestStoptypeReason(BattTestData.getStopType_4830(tinf.getTestStoptype())); |
| | | } else if (fbsDeviceId / 100000 == 4831) { |
| | | //FBO4831设备放电停止原因 |
| | | tinf.setTestStoptypeReason(MessageUtils.getMessage(BattTestData.getStopType_4831(tinf.getTestStoptype()))); |
| | | tinf.setTestStoptypeReason(MessageUtils.getMessageSocket(BattTestData.getStopType_4831(tinf.getTestStoptype()), lang)); |
| | | } else if (fbsDeviceId / 100000 == 4815) { |
| | | //FBO4815设备放电停止原因 |
| | | tinf.setTestStoptypeReason(BattTestData.getStopType_4815(tinf.getTestStoptype())); |