Przeglądaj źródła

修复每仓标准选择 缺陷

guoqiang 2 lat temu
rodzic
commit
4dabb5f46a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      TestService.cpp

+ 1 - 0
TestService.cpp

@@ -133,6 +133,7 @@ bool TestService::setTankinfo(const QVariantList& list)
                         qDebug("setTankinfo: compart [%d]: volume[%d]", i, m_standard.item[j].oilcompartment_volume);
                         qDebug("setTankinfo: compart [%d]: sys[%f]", i, m_standard.item[j].system_threshold);
                         qDebug("setTankinfo: compart [%d]: valve[%f]", i, m_standard.item[j].valve_threshold);
+                        break;
                     }
                 }