Commit 4986cb79 zshaohui

获取可用料仓,bug修改

1 个父辈 409ea145
......@@ -666,7 +666,7 @@ public class DataCache {
if(storage.getType().equals(deviceType.name())) {
StatusBean bean = DevicesStatusUtil.getStatusBean(storage.getCid());
if (bean == null || bean.timeOut() || bean.isAvailable()) {
if (bean == null || bean.timeOut() || !bean.isAvailable()) {
continue;
}
//if (bean.getStatus() == 1) {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!